Skip to content

Commit

Permalink
Update SetPointShapeCommand.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
nilscognite committed Aug 21, 2024
1 parent f3fe439 commit eaa4fcc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ class OptionItemCommand extends RenderTargetCommand {
if (pointCloud === undefined) {
return false;
}
return pointCloud.pointSizeType === this._value;
return pointCloud.pointShape === this._value;
}

public override invokeCore(): boolean {
Expand Down

0 comments on commit eaa4fcc

Please sign in to comment.