Fixing a typo introduced in the previous commit...
parent
17f1db266f
commit
08356d652b
|
|
@ -3930,7 +3930,7 @@ void LLPipeline::postSort(LLCamera &camera)
|
|||
if (sRenderRegionCornerBeacons)
|
||||
{
|
||||
LLViewerRegion* region = gAgent.getRegion();
|
||||
if (!region)
|
||||
if (region)
|
||||
{
|
||||
LLVector3 origin = region->getOriginAgent();
|
||||
F32 width = region->getWidth();
|
||||
|
|
|
|||
Loading…
Reference in New Issue