Remove unused glowIntensity variable

This commit is contained in:
Claude
2026-01-18 17:56:07 +00:00
parent b27ac95eec
commit e9d93229c6

View File

@@ -2454,9 +2454,6 @@ addEventHandler("OnProcess", function(event) {
if (dropdown_y > 0.96) dropdown_y -= 0.01;
else dropdown_y = 0.95;
// Enhanced visual effects
glowIntensity = Math.sin(animTime * 3) * 0.5 + 0.5;
// Screen shake decay
if (screenShake > 0) {
screenShake -= 0.1;