Closed takagi closed 8 years ago
Compile single float values to be explicitly typed to avoid being compiled as double float values.
before
0.0
after
0.0f
Additionally, fix double float values which are now compiled as (double)0.0 to 0.0, double float literal.
(double)0.0
Compile single float values to be explicitly typed to avoid being compiled as double float values.
before
after
Additionally, fix double float values which are now compiled as
(double)0.0
to0.0
, double float literal.before
after