File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -173,7 +173,7 @@ protected override void EnsureInitialized()
173173 SizeToChildren ( recursive : true ) ;
174174
175175 LoadJsonUi ( GameContentManager . UI . Menu , Graphics . Renderer ? . GetResolutionString ( ) ) ;
176- _ensureArrowsVisibility ( ) ;
176+ EnsureArrowsVisibility ( ) ;
177177 }
178178
179179 //Methods
@@ -341,10 +341,10 @@ public override void Show()
341341 _selectedCharacterIndex = 0 ;
342342 UpdateDisplay ( ) ;
343343 base . Show ( ) ;
344- _ensureArrowsVisibility ( ) ;
344+ EnsureArrowsVisibility ( ) ;
345345 }
346346
347- private void _ensureArrowsVisibility ( )
347+ private void EnsureArrowsVisibility ( )
348348 {
349349 // in case the json load is changing the visibility of the arrows when it shouldn't
350350 // lets ensure the right value
@@ -448,4 +448,4 @@ public void ButtonPlay_Clicked(Base? sender, MouseButtonState? arguments)
448448 _buttonDelete . Disable ( ) ;
449449 _buttonLogout . Disable ( ) ;
450450 }
451- }
451+ }
You can’t perform that action at this time.
0 commit comments