Skip to content

Commit

Permalink
Fixes the issue where exiting tugs moves camera off-center (#2550)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bobbanz1 committed Oct 14, 2023
1 parent 0fce9be commit b5bd2fb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nsv13/code/modules/vehicles/_vehicle.dm
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ MASSIVE THANKS TO MONSTER860 FOR HELP WITH THIS. HE EXPLAINED PHYSICS AND MATH T

/obj/vehicle/sealed/car/realistic/after_remove_occupant(mob/M)
M.set_focus(M)
M?.client.AdjustView()

/obj/vehicle/sealed/car/realistic/proc/toggle_brakes()
brakes = !brakes
Expand Down

0 comments on commit b5bd2fb

Please sign in to comment.