JellyLabScripts / FarmHelper

Math
Other
109 stars 84 forks source link

fix(RenderUtils): implicit cast from 'double' to 'float' #202

Closed lnpotter closed 8 months ago

lnpotter commented 8 months ago

adding the expression (float) to warn the compiler that the result of the expression is of type float and avoid possible data loss in this expression.

lnpotter commented 8 months ago

This PR has been tested and is in agreement and can be approved.