Skip to content

Commit

Permalink
Merge branch '386-ui-skew-comp' of github.com:dumganhar/cocos-engine …
Browse files Browse the repository at this point in the history
…into 386-ui-skew-comp
  • Loading branch information
dumganhar committed Jan 19, 2025
2 parents fd26b86 + 6547c1b commit bb08c34
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cocos/scene-graph/node.ts
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,6 @@ export class Node extends CCObject implements ISchedulable, CustomSerializable {
protected _eventProcessor: NodeEventProcessor = new NodeEventProcessor(this);

/**
* @engineInternal
* @dontmangle Ensure _eventMask not to be mangled since it is visited by UISkew._updateNodeTransformFlags with 'any' conversion.
*/
protected _eventMask = 0;
Expand Down

0 comments on commit bb08c34

Please sign in to comment.