Skip to content

Commit fbe7d73

Browse files
authored
removed chain recoloring
1 parent 4512458 commit fbe7d73

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

src/Modifiers/ColorSwap.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ public void SwapColors(bool enable)
7777
}
7878

7979
}
80-
80+
/*
8181
foreach (Il2CppSystem.Collections.Generic.KeyValuePair<int, TargetSpawner> spawner in TargetSpawnerManager.I.mSpawners)
8282
{
8383
foreach (Il2CppSystem.Collections.Generic.KeyValuePair<int, Il2CppSystem.Collections.Generic.List<Target>> targetPool in spawner.value.mTargetPool)
@@ -99,7 +99,7 @@ public void SwapColors(bool enable)
9999
}
100100
}
101101
}
102-
102+
*/
103103
TargetColorSetter.I.updateColors = true;
104104
TargetColorSetter.I.UpdateSlowColors(leftHandColor, rightHandColor);
105105
TargetColorSetter.I.UpdateFastColors(leftHandColor, rightHandColor);

src/Modifiers/RandomColors.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ public void ChangeColors(bool enable)
8686
}
8787
}
8888

89-
89+
/*
9090
foreach(Il2CppSystem.Collections.Generic.KeyValuePair<int, TargetSpawner> spawner in TargetSpawnerManager.I.mSpawners)
9191
{
9292
foreach(Il2CppSystem.Collections.Generic.KeyValuePair<int, Il2CppSystem.Collections.Generic.List<Target>> targets in spawner.value.mTargetPool)
@@ -108,7 +108,7 @@ public void ChangeColors(bool enable)
108108
}
109109
}
110110
}
111-
111+
*/
112112
TargetColorSetter.I.updateColors = true;
113113
TargetColorSetter.I.UpdateSlowColors(leftHandColor, rightHandColor);
114114
TargetColorSetter.I.UpdateFastColors(leftHandColor, rightHandColor);

0 commit comments

Comments
 (0)