Skip to content

Commit

Permalink
Reword javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
ApexModder committed Dec 16, 2024
1 parent a0b5f09 commit 1cb8c4c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ public RotationBuilder angle(float angle) {
}

/**
* Sets whether or not to scale the faces across the whole model when rotation has been applied.
* Sets whether or not the quad should be scaled after rotation to maintain its relative size.
*/
public RotationBuilder rescale(boolean rescale) {
this.rescale = rescale;
Expand Down

0 comments on commit 1cb8c4c

Please sign in to comment.