diff --git a/moonlight-common/src/com/limelight/nvstream/av/RtpReorderQueue.java b/moonlight-common/src/com/limelight/nvstream/av/RtpReorderQueue.java index d180eadb..e98494bc 100644 --- a/moonlight-common/src/com/limelight/nvstream/av/RtpReorderQueue.java +++ b/moonlight-common/src/com/limelight/nvstream/av/RtpReorderQueue.java @@ -64,6 +64,7 @@ public class RtpReorderQueue { if (oldestQueuedTime == Long.MAX_VALUE) { oldestQueuedTime = entry.queueTime; + oldestQueuedEntry = entry; } if (head) {