remove debug line
parent
8b8fd3314d
commit
3e700cb401
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue