Skip to content

Commit

Permalink
refresh SceneGraph after cloning entity
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentfretin committed Oct 4, 2022
1 parent 44872cf commit d3a3479
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/scenegraph/SceneGraph.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ export default class SceneGraph extends React.Component {
this.rebuildEntityOptions();
Events.on('entityidchange', this.rebuildEntityOptions);
Events.on('entitycreated', this.rebuildEntityOptions);
Events.on('entityclone', this.rebuildEntityOptions);
}

/**
Expand Down

0 comments on commit d3a3479

Please sign in to comment.