Skip to content

Commit

Permalink
fix: Bindings not being reassigned after TAS failure
Browse files Browse the repository at this point in the history
  • Loading branch information
psyGamer committed Jan 18, 2025
1 parent 9f2278a commit 68e4441
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ public void RefreshInputs(bool forceRefresh = false) {
if (Manager.NextState == Manager.State.Disabled) {
// The TAS contains something invalid
Clear();
Manager.DisableRun();
Manager.DisableRunLater();
} else {
NeedsReload = false;
StartWatchers();
Expand Down

0 comments on commit 68e4441

Please sign in to comment.