#204 Fix Linux build, again.
This commit is contained in:
parent
4b00eb4a9f
commit
1961dcf824
@ -57,7 +57,7 @@ static inline double normalize(double d)
|
||||
return 0.0;
|
||||
}
|
||||
|
||||
return std::floor(d * 100.0) / 100.0;
|
||||
return floor(d * 100.0) / 100.0;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user