mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2025-02-22 21:40:39 +00:00
deez nuts
This commit is contained in:
parent
333f23d797
commit
b351dd9109
@ -182,7 +182,7 @@ namespace QSB.Syncs.Sectored.Rigidbodies
|
|||||||
_prevAngularVelocity);
|
_prevAngularVelocity);
|
||||||
|
|
||||||
// OPTIMIZE : optimize by using sqrMagnitude
|
// OPTIMIZE : optimize by using sqrMagnitude
|
||||||
private static bool CustomHasMoved(
|
private bool CustomHasMoved(
|
||||||
Vector3 newPosition,
|
Vector3 newPosition,
|
||||||
Vector3 prevPosition,
|
Vector3 prevPosition,
|
||||||
Quaternion newRotation,
|
Quaternion newRotation,
|
||||||
|
@ -173,7 +173,7 @@ namespace QSB.Syncs.Unsectored.Rigidbodies
|
|||||||
_prevAngularVelocity);
|
_prevAngularVelocity);
|
||||||
|
|
||||||
// OPTIMIZE : optimize by using sqrMagnitude
|
// OPTIMIZE : optimize by using sqrMagnitude
|
||||||
private static bool CustomHasMoved(
|
private bool CustomHasMoved(
|
||||||
Vector3 newPosition,
|
Vector3 newPosition,
|
||||||
Vector3 prevPosition,
|
Vector3 prevPosition,
|
||||||
Quaternion newRotation,
|
Quaternion newRotation,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user