This commit is contained in:
Jean-Baptiste Perrier
2021-05-20 20:08:08 +02:00
parent 9e2867ed7d
commit 320a1a984e

View File

@@ -543,7 +543,7 @@ bool Editor::Init()
// Start play if requested by cmd line
if (CommandLine::Options.Game.HasValue())
{
Managed->RequestStartPlay();
Managed->RequestStartPlayOnEditMode();
}
return false;