Skip to content

Fix unnecessary float-to-double promotion

jvoisin requested to merge jvoisin/openmw:double_float_conv into master

warning: call to 'floor' promotes float to double [performance-type-promotion-in-math-fn] # Please enter the commit message for your changes.

Found by clang-tidy

Merge request reports