Cleanup: follow our code style for float literals

This commit is contained in:
2020-11-06 11:25:27 +11:00
parent 4a78a2774b
commit 7cb20d841d
72 changed files with 449 additions and 445 deletions

View File

@@ -885,7 +885,7 @@ static int __recursiveSplit(Chain *_curve,
#endif
real _min = FLT_MAX;
++it;
real mean = 0.f;
real mean = 0.0f;
// soc unused - real variance = 0.0f;
unsigned count = 0;
CurveInternal::CurvePointIterator next = it;