Skip to content

Commit 717765e

Browse files
update
removing unused list from earlier walk through with emma.
1 parent 4e9174c commit 717765e

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
@@ -199,7 +199,6 @@ public void Reset(T currentValue)
199199
/// The current buffered items received by the authority.
200200
/// </summary>
201201
protected internal readonly Queue<BufferedItem> m_BufferQueue = new Queue<BufferedItem>(k_BufferCountLimit);
202-
protected internal readonly List<BufferedItem> m_BufferList = new List<BufferedItem>(k_BufferCountLimit);
203202

204203
/// <summary>
205204
/// The current interpolation state

0 commit comments

Comments
 (0)