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