mirror of https://github.com/encounter/SDL.git
Unfixed typo
This commit is contained in:
parent
1d40c69a1b
commit
35b0baaa7a
|
@ -215,7 +215,7 @@ loop(void)
|
||||||
|
|
||||||
#if VERBOSE
|
#if VERBOSE
|
||||||
case SDL_FINGERMOTION:
|
case SDL_FINGERMOTION:
|
||||||
SDL_Log("Finger: %"SDL_PRIs64": %f, y: %f",event.tfinger.fingerId,
|
SDL_Log("Finger: %"SDL_PRIs64", x: %f, y: %f",event.tfinger.fingerId,
|
||||||
event.tfinger.x,event.tfinger.y);
|
event.tfinger.x,event.tfinger.y);
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue