diff options
author | Robert Adams | 2014-02-15 16:01:01 -0800 |
---|---|---|
committer | Robert Adams | 2014-02-15 16:01:01 -0800 |
commit | bdbbeaa494133e6b85cd0442fa9e0157986acdf6 (patch) | |
tree | 6087616ddb628e9797ef6e105e9ae04c7017ed0b /OpenSim/Region/RegionCombinerModule/RegionData.cs | |
parent | Merge branch 'justincc-master' (diff) | |
download | opensim-SC_OLD-bdbbeaa494133e6b85cd0442fa9e0157986acdf6.zip opensim-SC_OLD-bdbbeaa494133e6b85cd0442fa9e0157986acdf6.tar.gz opensim-SC_OLD-bdbbeaa494133e6b85cd0442fa9e0157986acdf6.tar.bz2 opensim-SC_OLD-bdbbeaa494133e6b85cd0442fa9e0157986acdf6.tar.xz |
Non-functional changes of numbers into symbolic references and a few
comments on what variables really mean.
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Region/RegionCombinerModule/RegionData.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Region/RegionCombinerModule/RegionData.cs b/OpenSim/Region/RegionCombinerModule/RegionData.cs index bd0e398..42fca9f 100644 --- a/OpenSim/Region/RegionCombinerModule/RegionData.cs +++ b/OpenSim/Region/RegionCombinerModule/RegionData.cs | |||
@@ -34,6 +34,7 @@ namespace OpenSim.Region.RegionCombinerModule | |||
34 | { | 34 | { |
35 | public UUID RegionId; | 35 | public UUID RegionId; |
36 | public Scene RegionScene; | 36 | public Scene RegionScene; |
37 | // Offset of this region from the base of the root region. | ||
37 | public Vector3 Offset; | 38 | public Vector3 Offset; |
38 | } | 39 | } |
39 | } \ No newline at end of file | 40 | } \ No newline at end of file |