Region Handle was being overwritten in the constructor

git-svn-id: http://libopenmetaverse.googlecode.com/svn/trunk@62 52acb1d6-8a22-11de-b505-999d5b087335
This commit is contained in:
John Hurliman
2006-07-16 23:05:05 +00:00
parent c05de6c98a
commit 3d0cc31fd7

View File

@@ -69,7 +69,6 @@ namespace libsecondlife
Client = client;
ID = id;
Handle = handle;
Handle = new U64();
Name = name;
ParcelOverlay = new byte[4096];