From 56b158e72a7c49f858328b0fddd91961586aa66d Mon Sep 17 00:00:00 2001 From: nattthebear Date: Sun, 20 Dec 2020 21:06:22 -0500 Subject: [PATCH] minor comment clarification --- src/BizHawk.Client.Common/rewind/ZwinderBuffer.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/BizHawk.Client.Common/rewind/ZwinderBuffer.cs b/src/BizHawk.Client.Common/rewind/ZwinderBuffer.cs index 5fcd0c59f0..0a3dc7dfaf 100644 --- a/src/BizHawk.Client.Common/rewind/ZwinderBuffer.cs +++ b/src/BizHawk.Client.Common/rewind/ZwinderBuffer.cs @@ -137,7 +137,7 @@ namespace BizHawk.Client.Common /// will be called with the stream if capture is to be performed /// /// If provided, will be called with the index of states that are about to be removed. This will happen during - /// calls to Write() inside `callback`, and any reuse of the old state will have to happen immediately + /// calls to Write() inside `callback`, and any reading of the old state must be finished before this returns. /// public void Capture(int frame, Action callback, Action indexInvalidated = null, bool force = false) {