mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-18 16:27:34 +01:00
[interactive_curve_view_range] Fix variable type
This commit is contained in:
committed by
LeaNumworks
parent
89c50509d8
commit
abefc800d9
@@ -287,7 +287,7 @@ bool InteractiveCurveViewRange::shouldBeNormalized() const {
|
||||
}
|
||||
|
||||
bool InteractiveCurveViewRange::isOrthonormal() const {
|
||||
float significantBits = normalizationSignificantBits();
|
||||
int significantBits = normalizationSignificantBits();
|
||||
if (significantBits <= 0) {
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user