Fixed MarkerControl crashing on startup in TAStudio (temporary fix).
This commit is contained in:
parent
e9b38bbbca
commit
9bb8a0f355
|
@ -50,7 +50,7 @@ namespace BizHawk.Client.EmuHawk
|
|||
|
||||
private void MarkerView_QueryItemBkColor(int index, InputRoll.RollColumn column, ref Color color)
|
||||
{
|
||||
var prev = Tastudio.CurrentTasMovie.Markers.PreviousOrCurrent(Emulator.Frame);
|
||||
var prev = Tastudio.CurrentTasMovie.Markers.PreviousOrCurrent(Global.Emulator.Frame);//Temp fix
|
||||
|
||||
if (prev != null && index == Tastudio.CurrentTasMovie.Markers.IndexOf(prev))
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue