- fixed : object and property line overlays are shown as red on the mini-map
-> only occurs if the last drawn background was a dead region'smaster
parent
9e14496c2c
commit
fecce2bc4b
|
|
@ -491,6 +491,7 @@ void LLNetMap::draw()
|
|||
// [SL:KB] - Patch: World-MinimapOverlay | Checked: 2012-07-26 (Catznip-3.3)
|
||||
if (s_fShowObjects)
|
||||
{
|
||||
gGL.color4f(1.f, 1.f, 1.f, 1.f);
|
||||
gGL.getTexUnit(0)->bind(mObjectImagep);
|
||||
// [/SL:KB]
|
||||
gGL.begin(LLRender::QUADS);
|
||||
|
|
@ -514,6 +515,7 @@ void LLNetMap::draw()
|
|||
map_center_agent.mV[VX] *= mScale / region_width;
|
||||
map_center_agent.mV[VY] *= mScale / region_width;
|
||||
|
||||
gGL.color4f(1.f, 1.f, 1.f, 1.f);
|
||||
gGL.getTexUnit(0)->bind(mParcelImagep);
|
||||
gGL.begin(LLRender::QUADS);
|
||||
gGL.texCoord2f(0.f, 1.f);
|
||||
|
|
|
|||
Loading…
Reference in New Issue