minor fix - incorrect comment

This commit is contained in:
Hasufel
2014-03-04 23:07:53 +01:00
parent ad99862301
commit 81991680a7

View File

@@ -599,7 +599,6 @@ public:
SDL_WarpMouseInWindow( mSDLWindow, inX, inY );
}
//Note that this fires a mouse event, see the SDL_WarpMouseInWindow docs
void SetStageWindowPosition(int inX, int inY)
{
SDL_SetWindowPosition( mSDLWindow, inX, inY );