Switch C++ comment to C comment

This commit is contained in:
Sam Lantinga
2012-10-21 22:18:36 -07:00
parent 49796bf2b6
commit 73c7d679a0

View File

@@ -336,7 +336,7 @@ typedef struct SDL_MultiGestureEvent
SDL_TouchID touchId; /**< The touch device index */
float dTheta;
float dDist;
float x; //currently 0...1. Change to screen coords?
float x; /* currently 0...1. Change to screen coords? */
float y;
Uint16 numFingers;
Uint16 padding;