last commit fucked up the windows build apparently? great, let's try this

This commit is contained in:
2024-08-30 04:06:16 -04:00
parent 19f8b51be9
commit 53c2fa722f
6 changed files with 19 additions and 11 deletions

View File

@ -54,8 +54,10 @@ control_tick(Control* self, Input* input)
if (input->keyboard.current[KEYBOARD_KEY_M])
self->current[CONTROL_MUTE] = true;
/*
if (input->keyboard.current[KEYBOARD_KEY_RCTRL] || input->keyboard.current[KEYBOARD_KEY_LCTRL])
self->current[CONTROL_CHEAT] = true;
*/
}
bool