fix an unnecesary use of Global

This commit is contained in:
adelikat 2020-04-26 14:32:01 -05:00
parent 8ace823682
commit 8a6868be4a
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ namespace BizHawk.Client.EmuHawk
set
{
RecordingModeCheckbox.Checked = value;
Global.MovieSession.ReadOnly = !value;
Tastudio.MovieSession.ReadOnly = !value;
if (RecordingModeCheckbox.Checked)
{
Tastudio.CurrentTasMovie.SwitchToRecord();