removed extranious comments
authormatthew <matthew@owens.tech>
Sun, 4 Nov 2018 12:27:53 +0000 (12:27 +0000)
committermatthew <matthew@owens.tech>
Sun, 4 Nov 2018 12:27:53 +0000 (12:27 +0000)
gl/input.c

index 05b34e9..88a2e74 100644 (file)
@@ -89,10 +89,6 @@ void crpgInputInit()
 
        memset(kb.prevState, 0, sizeof(Uint8)*SDL_NUM_SCANCODES);
        memcpy(kb.state, SDL_GetKeyboardState(NULL), sizeof(Uint8)*SDL_NUM_SCANCODES);
-
-       // constraining the mouse to the window
-       // TODO: only set relative mouse mode once the mouse is in the window, disable input otherwise
-       //SDL_SetRelativeMouseMode(SDL_TRUE);
 }
 
 void crpgInputCleanup()