Skip to content

Commit

Permalink
Fix #15015
Browse files Browse the repository at this point in the history
  • Loading branch information
deltakosh committed Apr 22, 2024
1 parent 6eb741b commit cdbff26
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/dev/core/src/Meshes/Node/nodeGeometryBlock.ts
Original file line number Diff line number Diff line change
Expand Up @@ -392,6 +392,7 @@ export class NodeGeometryBlock {
serializationObject.customType = "BABYLON." + this.getClassName();
serializationObject.id = this.uniqueId;
serializationObject.name = this.name;
serializationObject.visibleOnFrame = this.visibleOnFrame;

serializationObject.inputs = [];
serializationObject.outputs = [];
Expand Down

0 comments on commit cdbff26

Please sign in to comment.