# HG changeset patch # User madcatzinc@35b17cf1-18cd-47ff-9ca3-31d6b526ef09 # Date 1366853476 0 # Node ID 183683794b9168c2ed61a49683bf065f332b5fbe # Parent ea423ee3a8c166bf4ee4fc1b45af3cafce681714 Re-activated the red Cyborg head glow. It was disabled for some reason, and the red head had a purple glow. diff -r ea423ee3a8c1 -r 183683794b91 CyborgMMO7.lua --- a/CyborgMMO7.lua Thu Apr 25 01:31:11 2013 +0000 +++ b/CyborgMMO7.lua Thu Apr 25 01:31:16 2013 +0000 @@ -64,9 +64,9 @@ local OpenButtonGlowTexture = getglobal("CyborgMMO_OpenButtonPage".."OpenMainForm"):GetHighlightTexture() if mode == 1 then MiniMapTexture:SetVertexColor(1,0,0,1) - -- MiniMapGlowTexture:SetVertexColor(1,0.26,0.26,.75) + MiniMapGlowTexture:SetVertexColor(1,0.26,0.26,.75) OpenButtonTexture:SetVertexColor(1,0,0,0.75) - -- OpenButtonGlowTexture:SetVertexColor(1,0.26,0.26,0.50) + OpenButtonGlowTexture:SetVertexColor(1,0.26,0.26,0.50) elseif mode == 2 then MiniMapTexture:SetVertexColor(0.07,0.22,1,1) MiniMapGlowTexture:SetVertexColor(0.13,0.56,1,.75)