Skip to content

Commit

Permalink
Dont clear inputs when restarting
Browse files Browse the repository at this point in the history
  • Loading branch information
psyGamer committed Mar 2, 2024
1 parent 27220dd commit fbdbb4a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion Source/TAS/Input/InputController.cs
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ public static string StudioTasFilePath {
}

// Preload tas file
Manager.Controller.Clear();
Manager.Controller.Stop();
Manager.Controller.RefreshInputs();
}
Expand Down
1 change: 0 additions & 1 deletion Source/TAS/Manager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ public static void EnableRun()
CurrState = NextState = State.Running;
AttributeUtils.Invoke<EnableRunAttribute>();
Controller.Stop();
Controller.Clear();
Controller.RefreshInputs();

TASLevelRecord.ID = string.Empty;
Expand Down

0 comments on commit fbdbb4a

Please sign in to comment.