Actually, show the blue warning, it's intentional, it's only a warning..

This commit is contained in:
Inusaito Sayori
2015-05-14 09:31:15 -04:00
parent a974ca096c
commit 67836ecf67

View File

@@ -389,11 +389,10 @@ BOOL LLToolBrushLand::handleMouseDown(S32 x, S32 y, MASK mask)
return TRUE;
}
/* Singu Note: This is true under wrong conditions, until it's fixed, don't annoy the user.
if (!canTerraformParcel(regionp))
{
alertNoTerraformParcel();
}*/
}
LLVector3 pos_region = region_position.getPositionRegion();
U32 grids = regionp->getLand().mGridsPerEdge;