This commit is contained in:
Jean-Baptiste Perrier
2021-05-20 20:07:39 +02:00
parent 8ac8f9a6d1
commit 9e2867ed7d
2 changed files with 3 additions and 3 deletions

View File

@@ -134,9 +134,9 @@ public:
bool OnAppExit();
/// <summary>
/// Requests switch to play mode.
/// Requests play mode when the editor is in edit mode ( once ).
/// </summary>
void RequestStartPlay();
void RequestStartPlayOnEditMode();
private: