Fixing a typo introduced in the previous commit...

master
PanteraPolnocy 2025-09-12 22:41:14 +02:00
parent 17f1db266f
commit 08356d652b
1 changed files with 1 additions and 1 deletions

View File

@ -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();