remove debug line

master
Alex Baines 2020-05-09 21:25:40 +01:00
parent 8b8fd3314d
commit 3e700cb401
1 changed files with 0 additions and 4 deletions

View File

@ -1463,10 +1463,6 @@ linux_handle_x11_events() {
switch(event.type) { switch(event.type) {
case KeyPress: { case KeyPress: {
// DEBUG
linuxvars.key_mode = KeyMode_Physical;
should_step = true; should_step = true;
Input_Modifier_Set_Fixed* mods = &linuxvars.input.pers.modifiers; Input_Modifier_Set_Fixed* mods = &linuxvars.input.pers.modifiers;