VN Textbox Scroll initial version

This commit is contained in:
2023-05-20 22:13:22 -07:00
parent 8df72dace1
commit c69352cf9c
17 changed files with 351 additions and 73 deletions

View File

@ -35,7 +35,6 @@ int32_t SceneTool::start() {
struct SceneItemComponentRegistry registry;
registry.sources = File::normalizeSlashes(flags["sources"]);
scene.registry = &registry;
auto result = ((SceneParser()).parse(&xml, &scene, &error));
if(result != 0) {
std::cout << "Failed to parse scene " << input.filename << "::" << error << std::endl;