fastjengine / FastJ

An open-source, Java-based 2D game engine.
https://fastj.tech
MIT License
82 stars 22 forks source link

[Source Code]: Remove unnecessary cast to float. #79

Closed Sammie156 closed 3 years ago

Sammie156 commented 3 years ago

What's Up?

From the SonarCloud quality tests, it seems there are some unnecessary casts to float.

Code of Conduct

lucasstarsz commented 3 years ago

Ah yes, I remember reading through there a while ago. If you like, feel free to remove them and make a pull request 👍🏾 just make sure you run the unit tests to make sure things work the same without them.

Otherwise, I'll likely take care of it within the week. Thanks for bringing it to my attention!