diff options
author | lbsa71 | 2007-07-14 14:15:58 +0000 |
---|---|---|
committer | lbsa71 | 2007-07-14 14:15:58 +0000 |
commit | 0bb2b7f18d57bf1ec230ffc906d2e9a1d04417c9 (patch) | |
tree | 996b4f712a5df4ab0655839e2cb7108131292bb7 /OpenSim/Region/Examples | |
parent | * Apparently, we need to tell ParcelManager that there is no parcels. (diff) | |
download | opensim-SC_OLD-0bb2b7f18d57bf1ec230ffc906d2e9a1d04417c9.zip opensim-SC_OLD-0bb2b7f18d57bf1ec230ffc906d2e9a1d04417c9.tar.gz opensim-SC_OLD-0bb2b7f18d57bf1ec230ffc906d2e9a1d04417c9.tar.bz2 opensim-SC_OLD-0bb2b7f18d57bf1ec230ffc906d2e9a1d04417c9.tar.xz |
* encapsulated some public fields
Diffstat (limited to 'OpenSim/Region/Examples')
-rw-r--r-- | OpenSim/Region/Examples/SimpleApp/MyWorld.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Region/Examples/SimpleApp/MyWorld.cs b/OpenSim/Region/Examples/SimpleApp/MyWorld.cs index 1f40052..f46e403 100644 --- a/OpenSim/Region/Examples/SimpleApp/MyWorld.cs +++ b/OpenSim/Region/Examples/SimpleApp/MyWorld.cs | |||
@@ -97,7 +97,7 @@ namespace SimpleApp | |||
97 | { | 97 | { |
98 | this.StartTimer(); | 98 | this.StartTimer(); |
99 | 99 | ||
100 | scriptManager.AddPreCompiledScript(new PulseScript()); | 100 | ScriptManager.AddPreCompiledScript(new PulseScript()); |
101 | 101 | ||
102 | PrimitiveBaseShape shape = PrimitiveBaseShape.DefaultBox(); | 102 | PrimitiveBaseShape shape = PrimitiveBaseShape.DefaultBox(); |
103 | shape.Scale = new LLVector3(0.5f, 0.5f, 0.5f); | 103 | shape.Scale = new LLVector3(0.5f, 0.5f, 0.5f); |
@@ -113,7 +113,7 @@ namespace SimpleApp | |||
113 | { | 113 | { |
114 | Entities[UUID].update(); | 114 | Entities[UUID].update(); |
115 | } | 115 | } |
116 | eventManager.TriggerOnFrame(); | 116 | EventManager.TriggerOnFrame(); |
117 | } | 117 | } |
118 | 118 | ||
119 | #endregion | 119 | #endregion |