diff options
Diffstat (limited to 'OpenSim/Region/Examples')
-rw-r--r-- | OpenSim/Region/Examples/SimpleApp/MyNpcCharacter.cs | 2 | ||||
-rw-r--r-- | OpenSim/Region/Examples/SimpleApp/MyWorld.cs | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Region/Examples/SimpleApp/MyNpcCharacter.cs b/OpenSim/Region/Examples/SimpleApp/MyNpcCharacter.cs index 550b232..56316e6 100644 --- a/OpenSim/Region/Examples/SimpleApp/MyNpcCharacter.cs +++ b/OpenSim/Region/Examples/SimpleApp/MyNpcCharacter.cs | |||
@@ -255,7 +255,7 @@ namespace SimpleApp | |||
255 | { | 255 | { |
256 | } | 256 | } |
257 | 257 | ||
258 | public virtual void SendTeleportCancel() | 258 | public virtual void SendTeleportFailed() |
259 | { | 259 | { |
260 | } | 260 | } |
261 | 261 | ||
diff --git a/OpenSim/Region/Examples/SimpleApp/MyWorld.cs b/OpenSim/Region/Examples/SimpleApp/MyWorld.cs index 389ba47..535d519 100644 --- a/OpenSim/Region/Examples/SimpleApp/MyWorld.cs +++ b/OpenSim/Region/Examples/SimpleApp/MyWorld.cs | |||
@@ -63,7 +63,7 @@ namespace SimpleApp | |||
63 | } | 63 | } |
64 | 64 | ||
65 | Terrain.GetHeights1D(map); | 65 | Terrain.GetHeights1D(map); |
66 | CreateTerrainTexture(); | 66 | CreateTerrainTexture(true); |
67 | } | 67 | } |
68 | 68 | ||
69 | public override void AddNewClient(IClientAPI client, bool child) | 69 | public override void AddNewClient(IClientAPI client, bool child) |