diff --git a/BizHawk.Client.EmuHawk/tools/TAStudio/TAStudio.cs b/BizHawk.Client.EmuHawk/tools/TAStudio/TAStudio.cs index 9cd1b40547..53b0533a57 100644 --- a/BizHawk.Client.EmuHawk/tools/TAStudio/TAStudio.cs +++ b/BizHawk.Client.EmuHawk/tools/TAStudio/TAStudio.cs @@ -973,7 +973,7 @@ namespace BizHawk.Client.EmuHawk //This method is called everytime the Changes property is toggled on a TasMovie instance. private void TasMovie_OnPropertyChanged(object sender, PropertyChangedEventArgs e) { - if (_currentTasMovie.Changes) + if (_currentTasMovie != null && _currentTasMovie.Changes) { Text += "*";