From f9e2b924cdb91c1dfbddbb7b1229b9c2871f40f2 Mon Sep 17 00:00:00 2001 From: adelikat Date: Mon, 24 Aug 2015 19:57:54 -0400 Subject: [PATCH] proof of concept means it should only be in developer builds --- BizHawk.Client.EmuHawk/tools/TAStudio/TAStudio.ListView.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BizHawk.Client.EmuHawk/tools/TAStudio/TAStudio.ListView.cs b/BizHawk.Client.EmuHawk/tools/TAStudio/TAStudio.ListView.cs index e5447ce2b6..c7545e1afc 100644 --- a/BizHawk.Client.EmuHawk/tools/TAStudio/TAStudio.ListView.cs +++ b/BizHawk.Client.EmuHawk/tools/TAStudio/TAStudio.ListView.cs @@ -119,7 +119,7 @@ namespace BizHawk.Client.EmuHawk Properties.Resources.ts_h_arrow_green; } } - else if (columnName == FrameColumnName) + else if (columnName == FrameColumnName && VersionInfo.DeveloperBuild) { TasMovieRecord record = CurrentTasMovie[index]; if (record.HasState)