diff options
author | lbsa71 | 2007-06-17 16:49:33 +0000 |
---|---|---|
committer | lbsa71 | 2007-06-17 16:49:33 +0000 |
commit | 5d59ffe99d7c592d87361e3bb1b1ac152bf5980c (patch) | |
tree | c25b0b3e24b13597b3675ce09b3206cf07feef85 /OpenSim/Examples/SimpleApp/MyWorld.cs | |
parent | Very Preliminary local teleporting added (currently only can teleport within... (diff) | |
download | opensim-SC_OLD-5d59ffe99d7c592d87361e3bb1b1ac152bf5980c.zip opensim-SC_OLD-5d59ffe99d7c592d87361e3bb1b1ac152bf5980c.tar.gz opensim-SC_OLD-5d59ffe99d7c592d87361e3bb1b1ac152bf5980c.tar.bz2 opensim-SC_OLD-5d59ffe99d7c592d87361e3bb1b1ac152bf5980c.tar.xz |
* Added the two Sample Apps to the solution
* Made them build
* They don't work though, gotta have a look see at that later.
* ignored a shitload of bins
Diffstat (limited to 'OpenSim/Examples/SimpleApp/MyWorld.cs')
-rw-r--r-- | OpenSim/Examples/SimpleApp/MyWorld.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Examples/SimpleApp/MyWorld.cs b/OpenSim/Examples/SimpleApp/MyWorld.cs index 27775f1..d3da1c7 100644 --- a/OpenSim/Examples/SimpleApp/MyWorld.cs +++ b/OpenSim/Examples/SimpleApp/MyWorld.cs | |||
@@ -51,7 +51,7 @@ namespace SimpleApp | |||
51 | 51 | ||
52 | client.OnCompleteMovementToRegion += delegate() | 52 | client.OnCompleteMovementToRegion += delegate() |
53 | { | 53 | { |
54 | client.MoveAgentIntoRegion(m_regionInfo); | 54 | client.MoveAgentIntoRegion(m_regionInfo, pos, LLVector3.Zero ); |
55 | }; | 55 | }; |
56 | 56 | ||
57 | client.OnCompleteMovementToRegion += delegate() | 57 | client.OnCompleteMovementToRegion += delegate() |