proof of concept means it should only be in developer builds

This commit is contained in:
adelikat 2015-08-24 19:57:54 -04:00
parent 2a1c9e8602
commit f9e2b924cd
1 changed files with 1 additions and 1 deletions

View File

@ -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)