Adds handling so the pause menu has a button to exit the editor as a quick shortcut

This commit is contained in:
Areloch 2020-12-03 19:58:51 -06:00
parent 6b58d4b8ca
commit 7b6ee8a453
2 changed files with 12 additions and 8 deletions

View file

@ -257,7 +257,7 @@ function EditorCreateFakeGameSession(%fileName)
function fastLoadWorldEdit(%val)
{
if(%val)
if(%val || %val $= "")
{
if(!$Tools::loaded)
{