thomasboyt / manygolf

massively multiplayer golfing
https://manygolf.club
128 stars 18 forks source link

Shooting ball off right edge of world can result in aim direction being aimed backwards #10

Closed thomasboyt closed 8 years ago

thomasboyt commented 8 years ago

Reproduce:

  1. Shoot ball to somewhere right of hole
  2. Shoot ball off right edge of world

The aim arrow when you are repositioned at the start should be pointed to the right, but instead will be pointed to the left.

Thanks @neuhaus for noticing this!

thomasboyt commented 8 years ago

fwiw, the bug here is that the code that does the flip just naively says "if we're on the other side of the hole from where we were before, flip your aim." when you shoot off to the right and get reset to the left, it shouldn't do the flip. the check to fix this should be as simple as making sure the aim is not already in the direction of the hole