Skip to content

Commit

Permalink
feat: Change prependTransform visibility to protected
Browse files Browse the repository at this point in the history
  • Loading branch information
rougsig committed Sep 19, 2023
1 parent 596af69 commit f6098fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/transformer/src/Transformer.ts
Expand Up @@ -1422,7 +1422,7 @@ export class Transformer extends Container_
* @param delta - transformation matrix
* @param skipUpdate - whether to skip updating the group-bounds after applying the transform
*/
private prependTransform(delta: Matrix, skipUpdate = false): void
protected prependTransform(delta: Matrix, skipUpdate = false): void
{
const group = this.group;

Expand Down

0 comments on commit f6098fb

Please sign in to comment.