TWINE: make sure we have a proper clip value set

This commit is contained in:
Martin Gerhardy 2021-10-10 17:23:34 +02:00
parent 10402047b7
commit f4461e7424

View File

@ -352,6 +352,7 @@ void Redraw::processDrawListActors(const DrawListStruct &drawCmd, bool bgRedraw)
if (actorIdx == OWN_ACTOR_SCENE_INDEX) {
if (_engine->_actor->_cropBottomScreen) {
_engine->_interface->resetClip();
_engine->_interface->_clip.bottom = _engine->_actor->_cropBottomScreen;
}
}