diff --git a/platform_mac/mac_4ed.mm b/platform_mac/mac_4ed.mm index fb38fc2b..a0e156e7 100644 --- a/platform_mac/mac_4ed.mm +++ b/platform_mac/mac_4ed.mm @@ -919,7 +919,7 @@ mac_toggle_fullscreen(void){ // NOTE(yuval): Process keyboard event [self process_keyboard_event:event down:true]; - [self interpretKeyEvents:[NSArray arrayWithObject:event]] + [self interpretKeyEvents:[NSArray arrayWithObject:event]]; #if 0 // NOTE(yuval): Process TextInsert event