Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
xeolabs committed Apr 1, 2024
2 parents 9e040fa + 7d958e8 commit 95e04f1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ class DistanceMeasurement extends Component {

if (this._sectionPlanesDirty) {

if (this._isSliced(this._wp)) {
if (this._isSliced(this._originWorld) || this._isSliced(this._targetWorld)) {
this._xAxisLabel.setCulled(true);
this._yAxisLabel.setCulled(true);
this._zAxisLabel.setCulled(true);
Expand Down

0 comments on commit 95e04f1

Please sign in to comment.