forked from mirrors/0ad
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:
@@ -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"/>
|
||||
|
||||
Reference in New Issue
Block a user