cosmetics

This commit is contained in:
UbitUmarov
2026-04-09 20:02:41 +01:00
parent 144e0bf6bd
commit 435636acdc
9 changed files with 86 additions and 90 deletions

View File

@@ -571,8 +571,8 @@ namespace OpenSim.Region.Framework.Scenes
if (k.Rotation.HasValue)
{
if (direction == -1)
k.Rotation = Quaternion.Conjugate((Quaternion)k.Rotation);
k.Rotation = rot * k.Rotation;
k.Rotation = Quaternion.Conjugate(k.Rotation.Value);
k.Rotation = rot * k.Rotation.Value;
}
else
{