Skip to content

Commit

Permalink
Adjust render order of object selection
Browse files Browse the repository at this point in the history
  • Loading branch information
Sindarius committed Dec 21, 2020
1 parent 25afdbf commit 9099ca3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/plugins/GCodeViewer/viewer/buildobjects.js
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ export default class {
cancelObject.index = cancelObjectIdx;
buildObject.metadata = cancelObject;
buildObject.enablePointerMoveEvents = true;
buildObject.renderingGroupId = 3;
this.setObjectTexture(buildObject);
buildObject.setEnabled(this.showCancelObjects);
this.registerClipIgnore(buildObject);
Expand Down

0 comments on commit 9099ca3

Please sign in to comment.