You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
IndexOutOfRangeException: Array index is out of range.
at RoadsOptionPanel+c__AnonStorey10B.<>m__172 (ColossalFramework.UI.UIComponent sender, Int32 index) [0x00000] in :0
at (wrapper delegate-invoke) ColossalFramework.UI.PropertyChangedEventHandler`1:invoke_void__this___UIComponent_int (ColossalFramework.UI.UIComponent,int)
at ColossalFramework.UI.UITabstrip.OnSelectedIndexChanged () [0x00000] in :0
at ColossalFramework.UI.UITabstrip.SelectTabByIndex (Int32 value) [0x00000] in :0
at ColossalFramework.UI.UITabstrip.set_selectedIndex (Int32 value) [0x00000] in :0
at Craxy.CitiesSkylines.ToggleTrafficLights.Game.Threading.OnUpdate (Single realTimeDelta, Single simulationTimeDelta) [0x00000] in :0
at ThreadingWrapper.OnUpdate (Single realTimeDelta, Single simulationTimeDelta) [0x00000] in :0
at SimulationManager.Update () [0x00000] in :0
CS now throws Exception when UITabstrip.selectedIndex is set to -1
The text was updated successfully, but these errors were encountered:
Interim-fix in 2f079d0: The active button in the Roadsmenu doesn't get deselected when TTL is actived. That button cannot be clicked any more to deactivate TTL.
throws IndexOutOfRangeException:
CS now throws Exception when UITabstrip.selectedIndex is set to -1
The text was updated successfully, but these errors were encountered: