summary refs log tree commit diff
path: root/src/GameLoop.cpp
diff options
context:
space:
mode:
authorNguyễn Gia Phong <mcsinyx@disroot.org>2021-09-12 00:28:36 +0700
committerNguyễn Gia Phong <mcsinyx@disroot.org>2021-09-12 00:31:47 +0700
commit62445a15b14a059032d7c0c3e16a959d25bff604 (patch)
tree4c0aba823939c3d266bc447dfe6c51fa4f2c0f1a /src/GameLoop.cpp
parente3614a94b984d12baa7f4f6010b6707805ce0928 (diff)
downloadblackshades-2.2.0.tar.gz
Make window resizable 2.2.0
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;