Editor polishing

This commit is contained in:
Antoine Pilote
2021-06-28 20:03:11 -04:00
parent 4f30fb78ff
commit 7260234f8a
3 changed files with 27 additions and 30 deletions

View File

@@ -16,10 +16,10 @@ void EditorCamera::Update(Timestep ts)
controlled = Input::IsMouseButtonDown(1);
if (!controlled)
Input::ShowMouse();
else
Input::HideMouse();
//if (!controlled)
// Input::ShowMouse();
//else
// Input::HideMouse();
// Should probably not have speed binding in here.
if (Input::IsKeyDown(GLFW_KEY_UP))