Skip to content

Commit

Permalink
Merge pull request #90 from ComputerScienceHouse/feature/mstrodl/supe…
Browse files Browse the repository at this point in the history
…rvisor-button
  • Loading branch information
Qelxiros authored Nov 21, 2024
2 parents 4aa0517 + 6116aac commit 52ad307
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions onboard/frontend/ui/Devcade.cs
Original file line number Diff line number Diff line change
Expand Up @@ -236,8 +236,6 @@ protected override void Update(GameTime gameTime) {

if (myState.IsKeyDown(Keys.Space) ||
(Input.GetButton(1, Input.ArcadeButtons.Menu) &&
Input.GetButtonDown(2, Input.ArcadeButtons.Menu)) ||
(Input.GetButtonDown(1, Input.ArcadeButtons.Menu) &&
Input.GetButton(2, Input.ArcadeButtons.Menu))) {
if (_holdingSupervisor == null) {
_holdingSupervisor = gameTime.TotalGameTime.TotalMilliseconds + 3000;
Expand Down

0 comments on commit 52ad307

Please sign in to comment.