Skip to content

Commit

Permalink
Ensure Score Dialog gets foregound input handling
Browse files Browse the repository at this point in the history
  • Loading branch information
jelster committed Jan 30, 2022
1 parent 87922b3 commit e4f6b37
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/driving/spaceTruckerDrivingScreen.js
Original file line number Diff line number Diff line change
Expand Up @@ -340,6 +340,7 @@ class SpaceTruckerDrivingScreen {
}

completeRound() {
this.gui.isForeground = false;
this.gui.guiCamera.layerMask = 0x0;
this.currentState = DRIVING_STATE.RouteComplete;
this.route.actualTransitTime = this.currentTransitTime;
Expand Down

0 comments on commit e4f6b37

Please sign in to comment.