summary refs log tree commit diff
path: root/src/GameLoop.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/GameLoop.cpp')
-rw-r--r--src/GameLoop.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/GameLoop.cpp b/src/GameLoop.cpp
index 1ef1c9f..7b7c617 100644
--- a/src/GameLoop.cpp
+++ b/src/GameLoop.cpp
@@ -35,7 +35,7 @@ extern int aimkey;
 extern int psychicaimkey;
 extern int psychickey;
 
-void keyCallback(Game* game, int key, int action, int mods)
+void handleKey(Game* game, int key, int action, int mods)
 {
 	if (action != GLFW_PRESS)
 		return;