idougherty / 3K

An Online 2-Player Basketball Game
0 stars 0 forks source link

fix Vec2D sub method #17

Open idougherty opened 1 month ago

idougherty commented 1 month ago

when subtracting vectors, the current behavior of Vec2D.sub(A, B) is B - A. this should be reversed, but it needs to be reversed for all calling methods too. this is an easy way to break all the physics lol