Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FlxMath: use fround() to fix roundDecimals() precison, closes #2126 #2127

Merged
merged 5 commits into from
Mar 22, 2018
Merged

Conversation

Epono
Copy link
Contributor

@Epono Epono commented Jan 18, 2018

To fix #2126

Epono and others added 5 commits December 6, 2017 13:08
using ffloor instead of flood, which resulted in loss of information on numbers larger than the max value of an int
Wrong use of FlxMath.round instead of FlxMath.fround
@Gama11 Gama11 changed the title Fixed an issue with FlxMath.roundDecimals using round instead of fround, losing precision FlxMath: use fround() to fix roundDecimals() precison, closes #2126 Mar 22, 2018
@Gama11 Gama11 added the Bug label Mar 22, 2018
@Gama11
Copy link
Member

Gama11 commented Mar 22, 2018

Thanks!

@Gama11 Gama11 merged commit e39f7c0 into HaxeFlixel:dev Mar 22, 2018
Gama11 added a commit that referenced this pull request Mar 22, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants