mirror of
https://github.com/KillzXGaming/Switch-Toolbox
synced 2025-02-02 23:33:25 +00:00
Disable bmd saving to prevent potential crashes
This commit is contained in:
parent
3c2ef141e6
commit
c68dc5aaea
1 changed files with 0 additions and 1 deletions
|
@ -102,7 +102,6 @@ namespace FirstPlugin
|
|||
public void Load(System.IO.Stream stream)
|
||||
{
|
||||
Text = FileName;
|
||||
CanSave = true;
|
||||
|
||||
//Set renderer
|
||||
Renderer = new BMD_Renderer();
|
||||
|
|
Loading…
Reference in a new issue