diff options
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Region/Examples/SimpleApp/Program.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Examples/SimpleApp/Program.cs b/OpenSim/Region/Examples/SimpleApp/Program.cs index 42a7add..ce60512 100644 --- a/OpenSim/Region/Examples/SimpleApp/Program.cs +++ b/OpenSim/Region/Examples/SimpleApp/Program.cs | |||
@@ -75,7 +75,7 @@ namespace SimpleApp | |||
75 | shape.Scale = new LLVector3(0.5f, 0.5f, 0.5f); | 75 | shape.Scale = new LLVector3(0.5f, 0.5f, 0.5f); |
76 | LLVector3 pos = new LLVector3(129, 129, 27); | 76 | LLVector3 pos = new LLVector3(129, 129, 27); |
77 | 77 | ||
78 | m_sceneObject = new MySceneObject(world, LLUUID.Zero, world.PrimIDAllocate(), pos, shape); | 78 | m_sceneObject = new MySceneObject(world,world.EventManager, LLUUID.Zero, world.PrimIDAllocate(), pos, shape); |
79 | world.AddNewEntity(m_sceneObject); | 79 | world.AddNewEntity(m_sceneObject); |
80 | 80 | ||
81 | m_log.WriteLine(LogPriority.NORMAL, "Press enter to quit."); | 81 | m_log.WriteLine(LogPriority.NORMAL, "Press enter to quit."); |