2
0
Fork 0
mirror of https://github.com/KillzXGaming/Switch-Toolbox synced 2025-02-03 07:43:26 +00:00

Disable bmd saving to prevent potential crashes

This commit is contained in:
KillzXGaming 2020-08-02 12:04:09 -04:00
parent 3c2ef141e6
commit c68dc5aaea

View file

@ -102,7 +102,6 @@ namespace FirstPlugin
public void Load(System.IO.Stream stream)
{
Text = FileName;
CanSave = true;
//Set renderer
Renderer = new BMD_Renderer();