diff options
Diffstat (limited to 'OpenSim/Framework/SerializableRegionInfo.cs')
-rw-r--r-- | OpenSim/Framework/SerializableRegionInfo.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Framework/SerializableRegionInfo.cs b/OpenSim/Framework/SerializableRegionInfo.cs index 0097fe4..077ed8d 100644 --- a/OpenSim/Framework/SerializableRegionInfo.cs +++ b/OpenSim/Framework/SerializableRegionInfo.cs | |||
@@ -155,7 +155,7 @@ namespace OpenSim.Framework | |||
155 | 155 | ||
156 | public ulong RegionHandle | 156 | public ulong RegionHandle |
157 | { | 157 | { |
158 | get { return Util.UIntsToLong((RegionLocX*256), (RegionLocY*256)); } | 158 | get { return Util.UIntsToLong((RegionLocX * (uint)Constants.RegionSize), (RegionLocY * (uint)Constants.RegionSize)); } |
159 | } | 159 | } |
160 | } | 160 | } |
161 | } \ No newline at end of file | 161 | } \ No newline at end of file |