New XML System, first pass.

This commit is contained in:
2023-07-12 10:34:51 -07:00
parent 1c7abbf140
commit 19c6575aaf
9 changed files with 126 additions and 156 deletions

View File

@@ -33,7 +33,7 @@ int32_t SceneCodeParser::onParse(
}
// Get the code
out->code = node->value;
out->code = node->textContent;
return 0;
}