Skip to content

Commit

Permalink
Update PatternPain
Browse files Browse the repository at this point in the history
  • Loading branch information
VyperzDev committed Feb 15, 2024
1 parent 2418ed6 commit c032a32
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -229,9 +229,9 @@ public PatternPane copy() {

patternPane.uuid = uuid;

patternPane.setRotation(getRotation());
patternPane.flipHorizontally(isFlippedHorizontally());
patternPane.flipVertically(isFlippedVertically());
patternPane.rotation = rotation;
patternPane.flippedHorizontally = flippedHorizontally;
patternPane.flippedVertically = flippedVertically;

return patternPane;
}
Expand Down

0 comments on commit c032a32

Please sign in to comment.