tastudio: position restore logic was missing when drawing analog
This commit is contained in:
parent
fe13b85d17
commit
146e297a94
|
@ -1160,6 +1160,9 @@ namespace BizHawk.Client.EmuHawk
|
|||
}
|
||||
|
||||
CurrentTasMovie.SetAxisState(i, _startAxisDrawColumn, setVal); // Notice it uses new row, old column, you can only paint across a single column
|
||||
_triggerAutoRestore = true;
|
||||
TastudioPlayMode(true);
|
||||
RefreshDialog();
|
||||
}
|
||||
|
||||
_drewAxis = true;
|
||||
|
|
Loading…
Reference in New Issue