minor comment clarification

This commit is contained in:
nattthebear 2020-12-20 21:06:22 -05:00
parent b5b1e17851
commit 56b158e72a
1 changed files with 1 additions and 1 deletions
src/BizHawk.Client.Common/rewind

View File

@ -137,7 +137,7 @@ namespace BizHawk.Client.Common
/// <param name="callback">will be called with the stream if capture is to be performed</param>
/// <param name="indexInvalidated">
/// 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.
/// </param>
public void Capture(int frame, Action<Stream> callback, Action<int> indexInvalidated = null, bool force = false)
{