Non-functional changes of numbers into symbolic references and a few

comments on what variables really mean.
This commit is contained in:
Robert Adams
2014-02-15 16:01:01 -08:00
parent f6913e911e
commit bdbbeaa494
4 changed files with 6 additions and 4 deletions

View File

@@ -34,6 +34,7 @@ namespace OpenSim.Region.RegionCombinerModule
{
public UUID RegionId;
public Scene RegionScene;
// Offset of this region from the base of the root region.
public Vector3 Offset;
}
}