* Replace some string to byte conversions for object/item name/description fields with the LLUtil function that prevents the max string size from being breached

This commit is contained in:
Justin Clarke Casey
2009-03-05 19:32:27 +00:00
parent 0de34e9a18
commit 6c735e0828
5 changed files with 33 additions and 26 deletions

View File

@@ -2190,7 +2190,6 @@ namespace OpenSim.Region.Framework.Scenes
private void LinkNonRootPart(SceneObjectPart part, Vector3 oldGroupPosition, Quaternion oldGroupRotation, int linkNum)
{
Quaternion parentRot = oldGroupRotation;
Quaternion oldRot = part.RotationOffset;
Quaternion worldRot = parentRot * oldRot;