Skip to content

Commit

Permalink
[interactive_curve_view_range] Fix variable type
Browse files Browse the repository at this point in the history
  • Loading branch information
GabrielNumworks authored and LeaNumworks committed Jan 5, 2021
1 parent 89c5050 commit abefc80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/shared/interactive_curve_view_range.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ bool InteractiveCurveViewRange::shouldBeNormalized() const {
}

bool InteractiveCurveViewRange::isOrthonormal() const {
float significantBits = normalizationSignificantBits();
int significantBits = normalizationSignificantBits();
if (significantBits <= 0) {
return false;
}
Expand Down

0 comments on commit abefc80

Please sign in to comment.