mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-15 08:34:40 +00:00
Adds handling so the pause menu has a button to exit the editor as a quick shortcut
This commit is contained in:
parent
6b58d4b8ca
commit
7b6ee8a453
2 changed files with 12 additions and 8 deletions
|
|
@ -257,7 +257,7 @@ function EditorCreateFakeGameSession(%fileName)
|
|||
|
||||
function fastLoadWorldEdit(%val)
|
||||
{
|
||||
if(%val)
|
||||
if(%val || %val $= "")
|
||||
{
|
||||
if(!$Tools::loaded)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue