Skip to content

Commit

Permalink
Update Northstar.Client/mod/scripts/vscripts/ui/menu_mode_select.nut
Browse files Browse the repository at this point in the history
Co-authored-by: uniboi <[email protected]>
  • Loading branch information
JMM889901 and uniboi committed Aug 12, 2024
1 parent e3d7864 commit 6ee360c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ void function ModeButton_GetFocus( var button )
if( iconName == "default" )
{
RuiSetImage( Hud_GetRui( nextModeIcon ), "basicImage", GetPlaylistThumbnailImage( modeName ) )
Hud_Showe( nextModeIcon )
Hud_Show( nextModeIcon )
Hud_Hide( nextModeIconAlt )
}
else
Expand Down

0 comments on commit 6ee360c

Please sign in to comment.