From: matthew <matthew@owens.tech>
Date: Sun, 4 Nov 2018 12:27:53 +0000 (+0000)
Subject: removed extranious comments
X-Git-Url: https://git.owens.tech/dummy.html/dummy.html/git?a=commitdiff_plain;h=f9b785ec4257a159c0764ddd2b09e20a416838b2;p=csrpg.git

removed extranious comments
---

diff --git a/gl/input.c b/gl/input.c
index 05b34e9..88a2e74 100644
--- a/gl/input.c
+++ b/gl/input.c
@@ -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()