Forgot to change usage of SetcurrentScene

This commit is contained in:
Antoine Pilote
2024-09-04 00:30:11 -04:00
parent 156bf8c5cc
commit f650f0485b

View File

@@ -558,7 +558,7 @@ namespace Nuake
}
scene->Path = FileSystem::AbsoluteToRelative(projectPath);
Engine::LoadScene(scene);
Engine::SetCurrentScene(scene);
}
// Rename Popup