diff --git a/main.c b/main.c index a10b43e..4645059 100644 --- a/main.c +++ b/main.c @@ -905,9 +905,11 @@ void event(const sapp_event* e) { switch (e->type) { case SAPP_EVENTTYPE_KEY_DOWN: +#ifdef DEBUG if (e->key_code == SAPP_KEYCODE_T) { mouse_frozen = !mouse_frozen; } +#endif if (e->key_code == SAPP_KEYCODE_R) { cur_editing_rotation += 1; cur_editing_rotation %= RotationLast;