Skip to content

Commit

Permalink
WAGE: Made drawing process visible for debugging purposes
Browse files Browse the repository at this point in the history
  • Loading branch information
sev- committed Dec 27, 2015
1 parent efab4a1 commit 3b94913
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions engines/wage/design.cpp
Expand Up @@ -111,6 +111,7 @@ void Design::paint(Graphics::Surface *canvas, Patterns &patterns, bool mask) {
}

g_system->copyRectToScreen(canvas->getPixels(), canvas->pitch, 0, 0, canvas->w, canvas->h);
((WageEngine *)g_engine)->processEvents();
g_system->updateScreen();
}
}
Expand Down

0 comments on commit 3b94913

Please sign in to comment.