Model loading now working

This commit is contained in:
4VRDriver
2020-09-05 16:10:15 +02:00
parent fff7c0bde2
commit 8220757bd3
4 changed files with 19 additions and 9 deletions

View File

@@ -28,7 +28,7 @@ Window::Window() {
glEnable(GL_DEPTH_TEST);
// Disable mouse cursor
setGrabbedCursor(0);
setGrabbedCursor(1);
#ifdef _DEBUG
std::cout << "OpenGL version: " << glGetString(GL_VERSION) << std::endl;