mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 03:44:02 +02:00
hiding text overlays when out of error state
This commit is contained in:
parent
d6af09ca62
commit
22a9030fb5
1 changed files with 2 additions and 0 deletions
|
@ -141,6 +141,8 @@
|
|||
Overlays.editOverlay(tryAgainImageHover, properties);
|
||||
Overlays.editOverlay(backImageNeutral, properties);
|
||||
Overlays.editOverlay(backImageHover, properties);
|
||||
Overlays.editOverlay(tryAgainText, properties);
|
||||
Overlays.editOverlay(backText, properties);
|
||||
return;
|
||||
}
|
||||
var oopsText = getOopsText();
|
||||
|
|
Loading…
Reference in a new issue