[interactive_curve_view_range] Fix variable type

This commit is contained in:
Gabriel Ozouf
2021-01-04 16:48:51 +01:00
committed by LeaNumworks
parent 89c50509d8
commit abefc800d9

View File

@@ -287,7 +287,7 @@ bool InteractiveCurveViewRange::shouldBeNormalized() const {
}
bool InteractiveCurveViewRange::isOrthonormal() const {
float significantBits = normalizationSignificantBits();
int significantBits = normalizationSignificantBits();
if (significantBits <= 0) {
return false;
}