mirror of
https://github.com/antopilo/Nuake.git
synced 2026-09-15 20:08:54 +03:00
Drag and drop prefab into scene tree. Play pause snapshot system
This commit is contained in:
@@ -70,8 +70,7 @@ int main()
|
||||
|
||||
//newEditor.Update(0.f);
|
||||
|
||||
if (Nuake::Input::IsKeyPressed(GLFW_KEY_F8))
|
||||
Nuake::Engine::ExitPlayMode();
|
||||
|
||||
|
||||
Nuake::Vector2 WindowSize = Nuake::Engine::GetCurrentWindow()->GetSize();
|
||||
glViewport(0, 0, WindowSize.x, WindowSize.y);
|
||||
|
||||
Reference in New Issue
Block a user