Skip to content
Snippets Groups Projects
Commit 7f5e84f1 authored by Lucio Zambon's avatar Lucio Zambon
Browse files

Update magnet.php

parent f6b85317
No related branches found
No related tags found
No related merge requests found
......@@ -252,7 +252,7 @@ if (empty($_REQUEST['component'])) {
}
}
else {
const component = <?php echo $_REQUEST['component']; ?>();
const component = <?php echo $_REQUEST['component']; ?>({name: 'test'});
scene.add(component);
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment