mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-05-28 11:57:24 +08:00
testmanymouse: fix argument parsing
This commit is contained in:
@@ -521,6 +521,7 @@ int main(int argc, char *argv[])
|
|||||||
SDLTest_CommonQuit(state);
|
SDLTest_CommonQuit(state);
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
i += consumed;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!SDLTest_CommonInit(state)) {
|
if (!SDLTest_CommonInit(state)) {
|
||||||
|
|||||||
Reference in New Issue
Block a user