Everything changed. Clever commit message TBA

git-svn-id: http://libopenmetaverse.googlecode.com/svn/trunk@952 52acb1d6-8a22-11de-b505-999d5b087335
This commit is contained in:
John Hurliman
2007-02-06 00:08:51 +00:00
parent 5c9c96c9c2
commit f8534129a1
17 changed files with 868 additions and 1043 deletions

View File

@@ -24,7 +24,7 @@ namespace libsecondlife.TestClient
Client.Self.Teleport
(
Client.Network.CurrentSim.Region.Name,
Client.Network.CurrentSim.Name,
new LLVector3(Client.Self.Position.X, Client.Self.Position.Y, Client.Self.Position.Z + height)
);