From 320a1a984e2679553f57f71cf28ff12c55473eac Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Perrier Date: Thu, 20 May 2021 20:08:08 +0200 Subject: [PATCH] Fix. --- Source/Editor/Editor.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Editor/Editor.cpp b/Source/Editor/Editor.cpp index 1249e1b5e..c90e80e70 100644 --- a/Source/Editor/Editor.cpp +++ b/Source/Editor/Editor.cpp @@ -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;