mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 09:45:47 +08:00
make more use of stream.CopyTo on (de)compressors, plus several cosmetics
This commit is contained in:
@@ -8533,7 +8533,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
|
||||
)
|
||||
return true;
|
||||
|
||||
float qdelta = MathF.Abs(x.BodyRotation.Dot(m_thisAgentUpdateArgs.BodyRotation));
|
||||
float qdelta = MathF.Abs(x.BodyRotation.Dot(ref m_thisAgentUpdateArgs.BodyRotation));
|
||||
return qdelta < QDELTABody; // significant if body rotation above(below cos) threshold
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user