diff options
author | gareth | 2007-03-01 01:38:41 +0000 |
---|---|---|
committer | gareth | 2007-03-01 01:38:41 +0000 |
commit | 0eabb4b98ccff663de034ac666bfcb531edb7a30 (patch) | |
tree | be42c12a9ff9ef0b72830e006943788d7e1503c2 /src/world/World.cs | |
parent | Brought in newer libsl (diff) | |
download | opensim-SC_OLD-0eabb4b98ccff663de034ac666bfcb531edb7a30.zip opensim-SC_OLD-0eabb4b98ccff663de034ac666bfcb531edb7a30.tar.gz opensim-SC_OLD-0eabb4b98ccff663de034ac666bfcb531edb7a30.tar.bz2 opensim-SC_OLD-0eabb4b98ccff663de034ac666bfcb531edb7a30.tar.xz |
Broken asset code + ObjectUpdate FIXME
Diffstat (limited to 'src/world/World.cs')
-rw-r--r-- | src/world/World.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/world/World.cs b/src/world/World.cs index d7e3370..ccc34ea 100644 --- a/src/world/World.cs +++ b/src/world/World.cs | |||
@@ -12,7 +12,7 @@ namespace OpenSim.world | |||
12 | public float[] LandMap; | 12 | public float[] LandMap; |
13 | public ScriptEngine Scripts; | 13 | public ScriptEngine Scripts; |
14 | public TerrainDecode terrainengine = new TerrainDecode(); | 14 | public TerrainDecode terrainengine = new TerrainDecode(); |
15 | 15 | public uint _localNumber=0; | |
16 | 16 | ||
17 | public World() | 17 | public World() |
18 | { | 18 | { |