diff --git a/LuaUI/Widgets/gui_spotter.lua b/LuaUI/Widgets/gui_spotter.lua index 01892d9930..8775346cd3 100644 --- a/LuaUI/Widgets/gui_spotter.lua +++ b/LuaUI/Widgets/gui_spotter.lua @@ -100,7 +100,7 @@ UpdateDrawList = function() alpha = 0.7 fadealpha = 0.4 end - + --Spring.Echo("Team", team, "R G B", r, g, b, "Alphas", alpha, fadealpha) circlePoly[team] = glCreateList(function() -- inner: @@ -229,6 +229,7 @@ function widget:DrawWorldPreUnit() end end end + glPolygonOffset(false) glColor(1,1,1,1) end