Skip to content

Commit

Permalink
fix(ImplicitPlaneWidget): autocomplete typo
Browse files Browse the repository at this point in the history
  • Loading branch information
floryst committed Jun 11, 2024
1 parent 6fde259 commit 04182cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Widgets/Widgets3D/ImplicitPlaneWidget/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ function widgetBehavior(publicAPI, model) {
model.lineManipulator.setWidgetOrigin(model.activeState.getOrigin());
model.lineManipulator.setWidgetNormal(model.activeState.getNormal());
model.planeManipulator.setWidgetOrigin(model.activeState.getOrigin());
model.planeManipulator.setWidgetNormal(model.activeManipulator.getNormal());
model.planeManipulator.setWidgetNormal(model.activeState.getNormal());
model.trackballManipulator.reset(callData); // setup trackball delta
model.trackballManipulator.setWidgetNormal(model.activeState.getNormal());

Expand Down

0 comments on commit 04182cd

Please sign in to comment.