func name fix

This commit is contained in:
zebra
2022-11-08 10:51:13 +03:00
parent 8a073e4e8a
commit 815aa90489
3 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -120,7 +120,7 @@ void mainloop(Level* level, Assets* assets) {
float delta = 0.0f;
bool occlusion = true;
bool devdata = false;
Window::swapInterval(1);
Window::swapInterval(0);
while (!Window::isShouldClose()){
frame++;
float currentTime = glfwGetTime();
@@ -131,7 +131,7 @@ void mainloop(Level* level, Assets* assets) {
Window::setShouldClose(true);
}
if (Events::jpressed(GLFW_KEY_TAB)){
Events::toogleCursor();
Events::toggleCursor();
}
if (Events::jpressed(GLFW_KEY_O)){
occlusion = !occlusion;