aboutsummaryrefslogtreecommitdiff
path: root/app/src
diff options
context:
space:
mode:
Diffstat (limited to 'app/src')
-rw-r--r--app/src/app.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/src/app.c b/app/src/app.c
index a7bb9c9..6eaa3d6 100644
--- a/app/src/app.c
+++ b/app/src/app.c
@@ -233,5 +233,7 @@ static int to_glfw_key(Key key) {
233 return GLFW_KEY_Y; 233 return GLFW_KEY_Y;
234 case KeyZ: 234 case KeyZ:
235 return GLFW_KEY_Z; 235 return GLFW_KEY_Z;
236 case KeyLShift:
237 return GLFW_KEY_LEFT_SHIFT;
236 } 238 }
237} 239}