diff --git a/src/main.cpp b/src/main.cpp index 9673d46..a8b45b9 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -5,7 +5,7 @@ // #include // #include // #include - + // Custom includes #define LOGGER_DEFINITION #include @@ -44,9 +44,9 @@ int main (int argc, char** argv) { while (SDL_PollEvent(&e)) { if (e.type == SDL_QUIT) display.isClosed = true; - if (e.key.keysym.sym == SDLK_t) { - SDL_SetRelativeMouseMode(SDL_GetRelativeMouseMode() == SDL_TRUE ? SDL_FALSE : SDL_TRUE); - } + //if (e.key.keysym.sym == SDLK_t) { + // SDL_SetRelativeMouseMode(SDL_GetRelativeMouseMode() == SDL_TRUE ? SDL_FALSE : SDL_TRUE); + //} camera.handleMouse(e); }