project: remove constant root node
This commit is contained in:
@@ -66,6 +66,7 @@ ProjectSerializer210907::LoadData ProjectSerializer210907::Load(Project *project
|
||||
bool handled_elsewhere = false;
|
||||
|
||||
if (is_root) {
|
||||
project->Initialize();
|
||||
node = project->root();
|
||||
} else if (is_cm) {
|
||||
LoadColorManager(reader, project);
|
||||
|
||||
Reference in New Issue
Block a user