Skip to content

Commit

Permalink
Merge pull request #14 from DurhamAcademy/1-fix-the-simulation-ui
Browse files Browse the repository at this point in the history
fixed ui simulation
  • Loading branch information
a1cd committed Jan 12, 2024
2 parents c61bdfe + b793578 commit 8f25005
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ test {
}

// Simulation configuration (e.g. environment variables).
wpi.sim.addGui()
wpi.sim.addGui().defaultEnabled = true
wpi.sim.addDriverstation()

// Setting up my Jar File. In this case, adding all libraries into the main jar ('fat jar')
Expand Down

0 comments on commit 8f25005

Please sign in to comment.