Open codeimpossible opened 10 years ago
Just noticed that GameObject#DistanceTo tests were failing. Looks like bounding box changes broke this.
GameObject#DistanceTo
should be easy to fix, looks like wrong data going into Pythagorean calculation.
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.