We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07cdc70 commit 6933d86Copy full SHA for 6933d86
src/BizHawk.Client.Common/movie/tasproj/TasMovie.cs
@@ -152,7 +152,7 @@ public void InvalidateEntireGreenzone()
152
/// </summary>
153
public string DisplayValue(int frame, string buttonName)
154
{
155
- if (_displayCache.Frame != frame)
+ if (_displayCache.Frame != frame || Log.Count == 1)
156
157
_displayCache.Controller ??= new Bk2Controller(Session.MovieController.Definition, LogKey);
158
_displayCache.Controller.SetFromMnemonic(Log[frame]);
0 commit comments