mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 17:32:42 +08:00
* 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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user