mirror of
https://github.com/joel16/SDL2.git
synced 2024-12-13 05:58:37 +00:00
Removed debug info accidentally comitted
--HG-- extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%40116
This commit is contained in:
parent
841a877674
commit
432e70c604
@ -416,7 +416,6 @@ static int BE_SetFullScreen(_THIS, SDL_Surface *screen, int fullscreen)
|
||||
*/
|
||||
xoff = (bounds.IntegerWidth() - width)/2;
|
||||
yoff = (bounds.IntegerHeight() - height)/2;
|
||||
printf("Setting X/Y offset: %d/%d\n", xoff, yoff);
|
||||
if ( fullscreen ) {
|
||||
/* Set offset for drawing */
|
||||
SDL_Win->SetXYOffset(xoff, yoff);
|
||||
|
Loading…
Reference in New Issue
Block a user