Skip to content

Commit

Permalink
Merge pull request #239 from JujieX/fix/wireframeorder
Browse files Browse the repository at this point in the history
Fix onLateUpdate for drawing wireframe
  • Loading branch information
JujieX authored Dec 12, 2023
2 parents 8a2b778 + d7c150a commit b1c97af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/auxiliary-lines/src/WireframeManager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -459,7 +459,7 @@ export class WireframeManager extends Script {
this._renderer.enabled = false;
}

override onUpdate(deltaTime: number): void {
override onLateUpdate(deltaTime: number): void {
const {
_mesh: mesh,
_localPositions: localPositions,
Expand Down

0 comments on commit b1c97af

Please sign in to comment.