Skip to content

Commit

Permalink
SLUDGE: set sludge game to 1xScale by default
Browse files Browse the repository at this point in the history
  • Loading branch information
yinsimei authored and sev- committed Jul 13, 2017
1 parent 44d7663 commit e7d1f27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engines/sludge/main_loop.cpp
Expand Up @@ -255,7 +255,7 @@ int main_loop(const char *filename)
return 0;
}

initGraphics(winWidth, winHeight, false, g_sludge->getScreenPixelFormat());
initGraphics(winWidth, winHeight, true, g_sludge->getScreenPixelFormat());

// Init screen surface
renderSurface.create(g_system->getWidth(), g_system->getHeight(), g_system->getScreenFormat());
Expand Down

0 comments on commit e7d1f27

Please sign in to comment.