mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-06-16 05:13:58 -07:00
Fix error when toggling session GUI
A typo caused errors when toggling the in-game UI with the hotkey,
because GetGUIObjectByName failed. The issue was introduced in
64de934dd3.
This commit is contained in:
parent
9ff42ccae6
commit
56a98fa5ee
1 changed files with 1 additions and 1 deletions
|
|
@ -124,7 +124,7 @@
|
|||
<include file="gui/session/cinema/CinemaOverlay.xml"/>
|
||||
|
||||
<!-- Objects that make sense to sometimes still show while the primary overlays are hidden. -->
|
||||
<object name="supplimentaryOverlays">
|
||||
<object name="supplementaryOverlays">
|
||||
<include file="gui/session/NetworkStatusOverlay.xml"/>
|
||||
<include file="gui/session/NetworkDelayOverlay.xml"/>
|
||||
<include file="gui/session/PauseOverlay.xml"/>
|
||||
|
|
|
|||
Loading…
Reference in a new issue