Commit 432e70c6 authored by Sam Lantinga's avatar Sam Lantinga

Removed debug info accidentally comitted

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%40116
parent 841a8776
...@@ -416,7 +416,6 @@ static int BE_SetFullScreen(_THIS, SDL_Surface *screen, int fullscreen) ...@@ -416,7 +416,6 @@ static int BE_SetFullScreen(_THIS, SDL_Surface *screen, int fullscreen)
*/ */
xoff = (bounds.IntegerWidth() - width)/2; xoff = (bounds.IntegerWidth() - width)/2;
yoff = (bounds.IntegerHeight() - height)/2; yoff = (bounds.IntegerHeight() - height)/2;
printf("Setting X/Y offset: %d/%d\n", xoff, yoff);
if ( fullscreen ) { if ( fullscreen ) {
/* Set offset for drawing */ /* Set offset for drawing */
SDL_Win->SetXYOffset(xoff, yoff); SDL_Win->SetXYOffset(xoff, yoff);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment