mirror of https://github.com/libsdl-org/SDL.git
testmanymouse: fix argument parsing
This commit is contained in:
parent
ba188e7555
commit
99d28ca485
|
|
@ -521,6 +521,7 @@ int main(int argc, char *argv[])
|
|||
SDLTest_CommonQuit(state);
|
||||
return 1;
|
||||
}
|
||||
i += consumed;
|
||||
}
|
||||
|
||||
if (!SDLTest_CommonInit(state)) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue