mirror of https://github.com/libsdl-org/SDL.git
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