kikito / anim8

An animation library for LÖVE
MIT License
730 stars 88 forks source link

anim8: Print float framecounts using %f #36

Closed idbrii closed 2 years ago

idbrii commented 3 years ago

Ensure the print shows that the input value was a float. With %d it prints as an integer which looks correct when the error says it's not.

coveralls commented 3 years ago

Coverage Status

Coverage decreased (-0.03%) to 99.387% when pulling c8c9b98349ae36f62785b0d6782f6d71f476a24f on idbrii:fix-float-framecount-errormsg into c1c12ec45fde28ffd2d6967675adcb3c3e501fa7 on kikito:master.

idbrii commented 3 years ago

Not sure how I decreased coverage. I changed a format specifier in a string. It's a single character change that doesn't cause branching.

kikito commented 2 years ago

Thanks for the change, merged! (apologies for the delay)