* Removed a double lock on network shutdown and properly shut down the blocking queue
* Added LLQuaternion.SetQuaternion() functions and fixed the quaternion multiplication * Updated importprimscript to an enum name change git-svn-id: http://libopenmetaverse.googlecode.com/svn/trunk@1524 52acb1d6-8a22-11de-b505-999d5b087335
This commit is contained in:
@@ -152,7 +152,7 @@ namespace importprimscript
|
||||
volume.Material = LLObject.MaterialType.Wood;
|
||||
volume.PathScaleY = 0.5f;
|
||||
volume.PathCurve = LLObject.PathCurve.Circle;
|
||||
volume.ProfileCurve = LLObject.ProfileCurve.ProfileCircle;
|
||||
volume.ProfileCurve = LLObject.ProfileCurve.Circle;
|
||||
|
||||
// Rez this prim
|
||||
CurrentSculpt = sculpties[i];
|
||||
|
||||
Reference in New Issue
Block a user