Skip to content

Commit

Permalink
PRINCE: GrahicsMan - update(), formatting fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaslw committed Jun 22, 2014
1 parent 31115ad commit 1beaf46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engines/prince/graphics.cpp
Expand Up @@ -52,7 +52,7 @@ GraphicsMan::~GraphicsMan() {

void GraphicsMan::update(Graphics::Surface *screen) {
if (_changed) {
_vm->_system->copyRectToScreen((byte*)screen->getBasePtr(0,0), 640, 0, 0, 640, 480);
_vm->_system->copyRectToScreen((byte *)screen->getBasePtr(0, 0), 640, 0, 0, 640, 480);

_vm->_system->updateScreen();
_changed = false;
Expand Down

0 comments on commit 1beaf46

Please sign in to comment.