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:
@@ -69,7 +69,6 @@ namespace libsecondlife
|
||||
Client = client;
|
||||
ID = id;
|
||||
Handle = handle;
|
||||
Handle = new U64();
|
||||
Name = name;
|
||||
ParcelOverlay = new byte[4096];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user