mirror of
https://github.com/yawut/SDL.git
synced 2026-04-22 00:27:21 -05:00
Accidentally committed debug code
This commit is contained in:
parent
1551cdcaae
commit
314373bb57
|
|
@ -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