Thank you, Goetz, for a patch to fix prim count display in cut regions.

This commit is contained in:
Melanie
2011-01-28 02:34:07 +00:00
parent be3685b1a2
commit 5a0cb7d37e
5 changed files with 28 additions and 10 deletions

View File

@@ -39,6 +39,7 @@ namespace OpenSim.Region.Framework.Interfaces
{
int GetParcelMaxPrimCount(ILandObject thisObject);
int GetSimulatorMaxPrimCount(ILandObject thisObject);
int GetPrimsFree();
LandData LandData { get; set; }
bool[,] LandBitmap { get; set; }