mirror of
https://github.com/iDisaster/GTAConnected.git
synced 2026-03-08 01:15:23 +00:00
Fix duplicate rainbowHue variable declaration
This commit is contained in:
@@ -1085,8 +1085,7 @@ let toggleStates = {
|
||||
let neonObjects = [];
|
||||
let neonColor = { r: 255, g: 0, b: 255 }; // Default purple
|
||||
|
||||
// Rainbow color cycling
|
||||
let rainbowHue = 0;
|
||||
// Sky color cycling
|
||||
let skyColorIndex = 0;
|
||||
|
||||
// Sky colors for selection
|
||||
|
||||
Reference in New Issue
Block a user