WAGE: Simplify border drawing
This commit is contained in:
parent
cb06c712c7
commit
cdb4fc1fbf
2 changed files with 2 additions and 1 deletions
|
@ -284,6 +284,7 @@ void Gui::drawScene() {
|
|||
MacWindow *w = _wm.getWindow(_sceneWindowId);
|
||||
|
||||
w->setDimensions(*_scene->_designBounds);
|
||||
w->setTitle(_scene->_name);
|
||||
_scene->paint(w->getSurface(), 0, 0);
|
||||
w->draw(&_screen);
|
||||
g_system->copyRectToScreen(_screen.getBasePtr(_scene->_designBounds->left, _scene->_designBounds->top),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue