mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-07 15:10:49 +00:00
Added missing default case (thanks @sezero!)
This commit is contained in:
parent
442073f379
commit
209a87bf24
1 changed files with 3 additions and 0 deletions
|
|
@ -775,6 +775,9 @@ int main(int argc, char *argv[])
|
|||
cursor = event.edit.start;
|
||||
Redraw();
|
||||
break;
|
||||
|
||||
default:
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue