Skip to content

Commit 37447b6

Browse files
update
Removing left over debug script.
1 parent 158821c commit 37447b6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

com.unity.netcode.gameobjects/Runtime/Components/Interpolator/BufferedLinearInterpolator.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -696,7 +696,6 @@ private T GetParentRelativeValue(T currentValue)
696696

697697
if (Parent != null)
698698
{
699-
var previousCurrent = currentValue.ToString();
700699
currentValue = OnConvertTransformSpace(Parent, currentValue, true);
701700
}
702701
return currentValue;

0 commit comments

Comments
 (0)