Skip to content

Commit

Permalink
setMaxScale did not work, because it set minScale instead of maxScale D…
Browse files Browse the repository at this point in the history
  • Loading branch information
zoff99 committed Nov 30, 2024
1 parent 8431a89 commit 0de1106
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ public void setMaxScale(float scale)
}
else
{
minScale = scale;
maxScale = scale;
}
}

Expand Down

0 comments on commit 0de1106

Please sign in to comment.