diff options
author | Justin Clarke Casey | 2008-05-14 17:03:25 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2008-05-14 17:03:25 +0000 |
commit | 8fe9943293f7e6230538bb1e661e85fa89217da6 (patch) | |
tree | 4c4a8d61e2a61954a78ba1d45449aa49a1be685f /OpenSim/Framework/RegionInfo.cs | |
parent | * Applying patch from Melanie to expose godlevel to modules. (diff) | |
download | opensim-SC_OLD-8fe9943293f7e6230538bb1e661e85fa89217da6.zip opensim-SC_OLD-8fe9943293f7e6230538bb1e661e85fa89217da6.tar.gz opensim-SC_OLD-8fe9943293f7e6230538bb1e661e85fa89217da6.tar.bz2 opensim-SC_OLD-8fe9943293f7e6230538bb1e661e85fa89217da6.tar.xz |
From: Dr Schofield <hud@zurich.ibm.com>
Rename SearializableRegionInfo to SerializableRegionInfo (class was already named correctly)
Diffstat (limited to 'OpenSim/Framework/RegionInfo.cs')
-rw-r--r-- | OpenSim/Framework/RegionInfo.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Framework/RegionInfo.cs b/OpenSim/Framework/RegionInfo.cs index 8380633..158ddde 100644 --- a/OpenSim/Framework/RegionInfo.cs +++ b/OpenSim/Framework/RegionInfo.cs | |||
@@ -233,7 +233,7 @@ namespace OpenSim.Framework | |||
233 | { | 233 | { |
234 | } | 234 | } |
235 | 235 | ||
236 | public RegionInfo(SearializableRegionInfo ConvertFrom) | 236 | public RegionInfo(SerializableRegionInfo ConvertFrom) |
237 | { | 237 | { |
238 | m_regionLocX = ConvertFrom.RegionLocX; | 238 | m_regionLocX = ConvertFrom.RegionLocX; |
239 | m_regionLocY = ConvertFrom.RegionLocY; | 239 | m_regionLocY = ConvertFrom.RegionLocY; |