Skip to content

Commit

Permalink
Fix #14896 (#14898)
Browse files Browse the repository at this point in the history
  • Loading branch information
deltakosh authored Mar 22, 2024
1 parent d7e7972 commit 2882c76
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ export class GeometryTrigonometryBlock extends NodeGeometryBlock {
{ label: "Reciprocal", value: GeometryTrigonometryBlockOperations.Reciprocal },
{ label: "ToDegrees", value: GeometryTrigonometryBlockOperations.ToDegrees },
{ label: "ToRadians", value: GeometryTrigonometryBlockOperations.ToRadians },
{ label: "Fract", value: GeometryTrigonometryBlockOperations.Fract },
],
})
public operation = GeometryTrigonometryBlockOperations.Cos;
Expand Down

0 comments on commit 2882c76

Please sign in to comment.