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 2155ddf commit 73ca251Copy full SHA for 73ca251
src/BizHawk.Client.Common/movie/tasproj/TasMovie.cs
@@ -149,7 +149,7 @@ public void InvalidateEntireGreenzone()
149
/// </summary>
150
public string DisplayValue(int frame, string buttonName)
151
{
152
- if (_displayCache.Frame != frame)
+ if (_displayCache.Frame != frame || Log.Count == 1)
153
154
_displayCache.Controller ??= new Bk2Controller(Session.MovieController.Definition, LogKey);
155
_displayCache.Controller.SetFromMnemonic(Log[frame]);
0 commit comments