mirror of
https://github.com/rojo-rbx/rojo.git
synced 2026-04-22 21:55:15 +00:00
Use project name for root object name
This commit is contained in:
@@ -185,8 +185,8 @@ fn construct_initial_tree(
|
||||
construct_project_node(
|
||||
&mut context,
|
||||
None,
|
||||
"<<<ROOT>>>".to_string(),
|
||||
"<<<ROOT>>>",
|
||||
project.name.clone(),
|
||||
&project.name,
|
||||
&project.tree,
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user