From 81991680a7f933fb5983f1098e119c177294aae5 Mon Sep 17 00:00:00 2001 From: Hasufel Date: Tue, 4 Mar 2014 23:07:53 +0100 Subject: [PATCH] minor fix - incorrect comment --- project/src/backend/sdl2/SDL2Stage.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/project/src/backend/sdl2/SDL2Stage.cpp b/project/src/backend/sdl2/SDL2Stage.cpp index 2d8102393..0790b74b0 100644 --- a/project/src/backend/sdl2/SDL2Stage.cpp +++ b/project/src/backend/sdl2/SDL2Stage.cpp @@ -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 );