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 d3d739a commit 505dc35Copy full SHA for 505dc35
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