mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 01:06:30 +08:00
* Adds twist support for Cubes, Cylinders, and Prisms in the Meshmerizer
* A tweak of the SimStatsReporter so it would report the prim capacity to be 45000.
This commit is contained in:
@@ -152,7 +152,7 @@ namespace OpenSim.Region.Environment.Scenes
|
||||
{
|
||||
statpack.Region.RegionFlags = (uint) 0;
|
||||
}
|
||||
statpack.Region.ObjectCapacity = (uint) 15000;
|
||||
statpack.Region.ObjectCapacity = (uint) 45000;
|
||||
|
||||
#region various statistic googly moogly
|
||||
|
||||
|
||||
Reference in New Issue
Block a user