medfall

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit 9027bd21d0c0ff52d69c7168d02d0083cda5b49c
parent d684d7c1157142c8c38025d4e2f2a0188aafbe17
Author: Michael Savage <mikejsavage@gmail.com>
Date:   Mon Aug 10 22:23:55 +0200

Remove unused running variable

Diffstat:
main.cc | 1-
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/main.cc b/main.cc @@ -70,7 +70,6 @@ int main( int argc, char ** argv ) { GLFWwindow * const window = GL::init(); - bool running = true; float last_frame_time = glfwGetTime(); game.init( state );