mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-20 16:59:06 +00:00
XEEN: Fix glitched border of Identify Monster dialog
This commit is contained in:
parent
6a61468d0a
commit
afeeb76076
@ -958,7 +958,7 @@ void IdentifyMonster::execute() {
|
||||
|
||||
do {
|
||||
events.updateGameCounter();
|
||||
intf.draw3d(false);
|
||||
intf.draw3d(false, false);
|
||||
w.frame();
|
||||
windows[3].update();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user