mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-01-20 04:34:48 +00:00
Merge pull request #567 from Ragora/bugfix-guieditor-mission-editor
* BugFix: Correct an error where the GUI editor cannot be opened
This commit is contained in:
commit
465b1815d7
|
|
@ -121,6 +121,8 @@ function GuiEditor::close(%this)
|
|||
if(Canvas.getContent() != GuiEditorGui.getId())
|
||||
return;
|
||||
|
||||
$InGuiEditor = false;
|
||||
|
||||
GuiGroup.add(GuiEditorGui);
|
||||
|
||||
Canvas.setContent(GuiEditor.lastContent);
|
||||
|
|
|
|||
Loading…
Reference in a new issue