mirror of
https://github.com/Ryujinx/SDL.git
synced 2024-12-22 21:35:30 +00:00
test: Removed unnecessary line added by copy/paste error.
This commit is contained in:
parent
258849c9bc
commit
3fbaf737ef
|
@ -2485,7 +2485,6 @@ void SDLTest_CommonDrawWindowInfo(SDL_Renderer *renderer, SDL_Window *window, in
|
|||
|
||||
SDL_SetRenderDrawColor(renderer, 170, 170, 170, 255);
|
||||
|
||||
flags = SDL_GetMouseState(&x, &y);
|
||||
(void)SDL_snprintf(text, sizeof(text), "SDL_GetModState: ");
|
||||
SDLTest_PrintModState(text, sizeof(text), SDL_GetModState());
|
||||
SDLTest_DrawString(renderer, 0, textY, text);
|
||||
|
|
Loading…
Reference in a new issue