Skip to content

Commit

Permalink
TONY: Default Tony screen to 1x scaler
Browse files Browse the repository at this point in the history
  • Loading branch information
dreammaster committed May 6, 2012
1 parent 4c8ce3b commit 20a47ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engines/tony/window.cpp
Expand Up @@ -73,7 +73,7 @@ RMWindow::~RMWindow() {
*/
void RMWindow::Init() {
Graphics::PixelFormat pixelFormat(2, 5, 5, 5, 0, 10, 5, 0, 0);
initGraphics(RM_SX, RM_SY, false, &pixelFormat);
initGraphics(RM_SX, RM_SY, true, &pixelFormat);

// Inizializza i conteggi degli FPS
fps = lastfcount = fcount = lastsecond = 0;
Expand Down

0 comments on commit 20a47ff

Please sign in to comment.