diff --git a/Editor/src/Windows/EditorInterface.cpp b/Editor/src/Windows/EditorInterface.cpp index 37edf0c6..871ceab8 100644 --- a/Editor/src/Windows/EditorInterface.cpp +++ b/Editor/src/Windows/EditorInterface.cpp @@ -1477,7 +1477,7 @@ namespace Nuake { void EditorInterface::Update(float ts) { - if (!Engine::GetCurrentScene()) + if (!Engine::GetCurrentScene() || Engine::IsPlayMode) { return; }