Skip to content

Commit

Permalink
Formatting ._. pt. 9
Browse files Browse the repository at this point in the history
  • Loading branch information
a-crowell committed Aug 14, 2024
1 parent 6360df0 commit a14ab94
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -194,8 +194,8 @@ const ConfigureSubsystemsPanel: React.FC<PanelPropsImpl> = ({ panelId, openLocat
const forcePref = PreferencesSystem.getGlobalPreference("SubsystemGravity")
? motor.maxForce
: driver instanceof SliderDriver
? 500
: 100
? 500
: 100
;((driver as SliderDriver) || (driver as HingeDriver)).maxVelocity = motor.maxVelocity
;((driver as SliderDriver) || (driver as HingeDriver)).maxForce = forcePref
}
Expand Down

0 comments on commit a14ab94

Please sign in to comment.