mirror of
https://github.com/shadps4-emu/ext-SDL.git
synced 2024-11-27 12:00:35 +00:00
Added missing default case (thanks @sezero!)
This commit is contained in:
parent
442073f379
commit
209a87bf24
@ -775,6 +775,9 @@ int main(int argc, char *argv[])
|
||||
cursor = event.edit.start;
|
||||
Redraw();
|
||||
break;
|
||||
|
||||
default:
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user