Skip to content

Commit

Permalink
fix: sprite mask clone bug (galacean#2327)
Browse files Browse the repository at this point in the history
  • Loading branch information
cptbtptpbcptdtptp authored and singlecoder committed Aug 29, 2024
1 parent aa6aff8 commit 077e163
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/core/src/2d/sprite/SpriteMask.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ export class SpriteMask extends Renderer {
@assignmentClone
influenceLayers: number = SpriteMaskLayer.Everything;
/** @internal */
@ignoreClone
_renderElement: RenderElement;

/** @internal */
Expand Down

0 comments on commit 077e163

Please sign in to comment.