mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-20 19:21:46 +00:00
GRIM: Deleted a piece of code by mistake.
This commit is contained in:
parent
c3db9b5e86
commit
30f8df5d3a
@ -854,7 +854,12 @@ static void cameraPostChangeHandle(int num) {
|
||||
}
|
||||
|
||||
void GrimEngine::drawPrimitives() {
|
||||
_iris->draw();
|
||||
|
||||
// Draw text
|
||||
for (TextListType::iterator i = _textObjects.begin(); i != _textObjects.end(); ++i) {
|
||||
i->_value->draw();
|
||||
}
|
||||
}
|
||||
|
||||
void GrimEngine::playIrisAnimation(Iris::Direction dir, int x, int y, int time) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user