Merge pull request #100 from Hasufel/patch-2

minor fix - incorrect comment
This commit is contained in:
Joshua Granick
2014-03-08 09:54:41 -08:00

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 );