fragcastle / fragengine

our very own game engine and editor.
2 stars 0 forks source link

GameObject#DistanceTo is broken #14

Open codeimpossible opened 10 years ago

codeimpossible commented 10 years ago

Just noticed that GameObject#DistanceTo tests were failing. Looks like bounding box changes broke this.

should be easy to fix, looks like wrong data going into Pythagorean calculation.