mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-14 16:07:39 +00:00
GRIM: Hide the MainModel when resetting it. Fix #229
This commit is contained in:
parent
994c2ef52f
commit
b73f136ad1
@ -603,7 +603,9 @@ void MainModelComponent::update() {
|
||||
}
|
||||
|
||||
void MainModelComponent::reset() {
|
||||
_visible = true;
|
||||
// Set _visible to false or else after speaking to Sal's head there will be two Olivias.
|
||||
// https://github.com/residual/residual/issues/229
|
||||
_visible = false;
|
||||
_hier->_hierVisible = _visible;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user