mirror of
https://github.com/Relintai/sdl2_frt.git
synced 2025-02-17 20:34:28 +01:00
Accidentally committed debug code
This commit is contained in:
parent
d75498f6be
commit
48954ba194
@ -951,7 +951,7 @@ SDLTest_PrintEvent(SDL_Event * event)
|
||||
{
|
||||
if ((event->type == SDL_MOUSEMOTION) || (event->type == SDL_FINGERMOTION)) {
|
||||
/* Mouse and finger motion are really spammy */
|
||||
//return;
|
||||
return;
|
||||
}
|
||||
|
||||
fprintf(stderr, "SDL EVENT: ");
|
||||
|
Loading…
Reference in New Issue
Block a user