Comments.

This commit is contained in:
Jean-Baptiste Perrier
2021-05-20 17:30:43 +02:00
parent 9fb2952996
commit 62b47fa65b

View File

@@ -519,6 +519,7 @@ bool Editor::Init()
return true;
}
// Skip compilation if play on start
if (CommandLine::Options.Game.HasValue())
{
CommandLine::Options.SkipCompile.SetValue(true);
@@ -539,6 +540,7 @@ bool Editor::Init()
// Initialize managed editor
Managed->Init();
// Start play if requested by cmd line
if (CommandLine::Options.Game.HasValue())
{
Managed->RequestStartPlay();