GRIM: Deleted a piece of code by mistake.

This commit is contained in:
Giulio Camuffo 2011-07-26 00:15:48 +02:00
parent c3db9b5e86
commit 30f8df5d3a

View File

@ -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) {