mirror of
https://github.com/iDisaster/GTAConnected.git
synced 2026-03-09 09:55:21 +00:00
Remove unused glowIntensity variable
This commit is contained in:
@@ -2454,9 +2454,6 @@ addEventHandler("OnProcess", function(event) {
|
|||||||
if (dropdown_y > 0.96) dropdown_y -= 0.01;
|
if (dropdown_y > 0.96) dropdown_y -= 0.01;
|
||||||
else dropdown_y = 0.95;
|
else dropdown_y = 0.95;
|
||||||
|
|
||||||
// Enhanced visual effects
|
|
||||||
glowIntensity = Math.sin(animTime * 3) * 0.5 + 0.5;
|
|
||||||
|
|
||||||
// Screen shake decay
|
// Screen shake decay
|
||||||
if (screenShake > 0) {
|
if (screenShake > 0) {
|
||||||
screenShake -= 0.1;
|
screenShake -= 0.1;
|
||||||
|
|||||||
Reference in New Issue
Block a user