From 0f2919a8ae44d883f098035e4695e5e369962e46 Mon Sep 17 00:00:00 2001 From: Brook Bowers Date: Mon, 24 Jan 2022 14:08:21 -0500 Subject: [PATCH] dead code --- .../Assets/Samples/VelNet/1.0.4/Example/VelNetSyncHand.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/TestVelGameServer/Assets/Samples/VelNet/1.0.4/Example/VelNetSyncHand.cs b/TestVelGameServer/Assets/Samples/VelNet/1.0.4/Example/VelNetSyncHand.cs index ad1be07..b49a599 100644 --- a/TestVelGameServer/Assets/Samples/VelNet/1.0.4/Example/VelNetSyncHand.cs +++ b/TestVelGameServer/Assets/Samples/VelNet/1.0.4/Example/VelNetSyncHand.cs @@ -88,7 +88,6 @@ public class VelNetSyncHand : NetworkSerializedObject targets[i], Time.deltaTime * Quaternion.Angle(targets[i], toSync[i].rotation) * serializationRateHz ); - //toSync[i].rotation = Quaternion.Slerp(transform.rotation, targets[i], 1 / smoothness / serializationRateHz); } }