mirror of
https://github.com/iDisaster/GTAConnected.git
synced 2026-03-08 01:15:23 +00:00
Fix duplicate highlight variable declaration
This commit is contained in:
@@ -2587,7 +2587,6 @@ addEventHandler("OnDrawnHUD", function(event) {
|
||||
|
||||
// Header accent line (Gold/Orange)
|
||||
let lineGlow = Math.sin(animTime * 4) * 0.3 + 0.7;
|
||||
let highlight = theme.highlight || theme.accent;
|
||||
let headerLineColor = toColour(highlight.r, highlight.g, highlight.b, Math.floor(200 * lineGlow * menuOpenAnim));
|
||||
drawRect(baseX + 4, baseY + menu.headerHeight - 2, menu.width - 8, 2, headerLineColor);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user