Browse Source

Reapply "Fixed not assigned DeckInfoPanel Animator Controller"

This reverts commit 923eb454045256a16c2e8ca70b48978f0a28677c.
x89rt2 3 months ago
parent
commit
be949545f6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Assets/Scripts/Script/ServerRegionPanel.cs

+ 1 - 1
Assets/Scripts/Script/ServerRegionPanel.cs

@@ -46,7 +46,7 @@ public class ServerRegionPanel : OffAnimation
         {
             foreach (ServerRegionToggle serverRegionToggle in _serverRegionToggles)
             {
-                void OnToggleChange(string region)
+                static void OnToggleChange(string region)
                 {
                     ContinuousController.instance.serverRegion = region;
                     ContinuousController.instance.SaveServerRegion();