Skip to content

Commit

Permalink
Merge branch 'button-component-remove-entity-reference' into scrollvi…
Browse files Browse the repository at this point in the history
…ew-remove-entity-reference
  • Loading branch information
Maksims committed Jan 6, 2025
2 parents 548894f + 2567464 commit 2faeeeb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/scene/graph-node.js
Original file line number Diff line number Diff line change
Expand Up @@ -1232,8 +1232,9 @@ class GraphNode extends EventHandler {
this.localRotation.setFromMat4(invParentWtm).mul(rotation);
}

if (!this._dirtyLocal)
if (!this._dirtyLocal) {
this._dirtifyLocal();
}
}

/**
Expand Down

0 comments on commit 2faeeeb

Please sign in to comment.