Skip to content

Commit

Permalink
use street-container instead of scene-container
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentfretin committed May 28, 2024
1 parent dc1e7ff commit 4bda9ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/editor/lib/entity.js
Original file line number Diff line number Diff line change
Expand Up @@ -644,7 +644,7 @@ export function createEntity(definition, cb) {
{ once: true }
);

document.getElementById('scene-container').appendChild(entity);
document.getElementById('street-container').appendChild(entity);

return entity;
}
Expand Down

0 comments on commit 4bda9ec

Please sign in to comment.