Skip to content

Commit

Permalink
Merge pull request BabylonJS#10922 from BabylonJS/Popov72-patch-1
Browse files Browse the repository at this point in the history
Fix warning when cloning a mesh
  • Loading branch information
RaananW authored Aug 24, 2021
2 parents ae5797f + af5b83e commit c832930
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Meshes/mesh.ts
Original file line number Diff line number Diff line change
Expand Up @@ -564,6 +564,7 @@ export class Mesh extends AbstractMesh implements IGetSetVerticesData {
"worldMatrixFromCache",
"hasThinInstances",
"cloneMeshMap",
"hasBoundingInfo",
],
["_poseMatrix"]
);
Expand Down

0 comments on commit c832930

Please sign in to comment.