diff options
Diffstat (limited to 'src/ray.c')
-rw-r--r-- | src/ray.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -260,8 +260,10 @@ read_input(void) return states[current_state].input; if (IsKeyPressed(KEY_Q) || IsKeyPressed(KEY_A)) return DISP_QUIT; +#ifndef NDEBUG if (IsKeyPressed(KEY_R) || IsKeyPressed(KEY_G)) return DISP_RELOAD; +#endif if (IsKeyPressed(KEY_BACKSPACE)) { states[current_state].input = |