Accidentally committed debug code
This commit is contained in:
parent
5943722c97
commit
98ed49f28e
1 changed files with 1 additions and 1 deletions
|
@ -951,7 +951,7 @@ SDLTest_PrintEvent(SDL_Event * event)
|
||||||
{
|
{
|
||||||
if ((event->type == SDL_MOUSEMOTION) || (event->type == SDL_FINGERMOTION)) {
|
if ((event->type == SDL_MOUSEMOTION) || (event->type == SDL_FINGERMOTION)) {
|
||||||
/* Mouse and finger motion are really spammy */
|
/* Mouse and finger motion are really spammy */
|
||||||
//return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
fprintf(stderr, "SDL EVENT: ");
|
fprintf(stderr, "SDL EVENT: ");
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue