Jire / Abendigo

A free as in both freedom and free beer game modding platform using Kotlin on the JVM.
GNU General Public License v3.0
57 stars 56 forks source link

Distance Fix #87

Closed bradylangdale closed 8 years ago

bradylangdale commented 8 years ago

Because of order of operations, abs(x+y) is not the same as sqrt(x^2+y^2).

Jire commented 8 years ago

@bradylangdale Does not pass build test. :disappointed:

bradylangdale commented 8 years ago

@Jire Yeah sorry about that I was busy the past few days and wrote the patch real quick. We're all good now. 👍

bradylangdale commented 8 years ago

This isn't functional and is getting clutter.