fix loading to use and return layer tree

This commit is contained in:
2025-08-09 11:42:37 +01:00
parent 940e4429a7
commit 99a47a410f
7 changed files with 99 additions and 37 deletions

View File

@@ -42,7 +42,7 @@ struct
(tl, canvasWidth, canvasHeight, tree, 1)
in
case tokens of
[T.R_BRACE] => SOME tree
[T.R_BRACE] => SOME (canvasWidth, canvasHeight, tree)
| _ => NONE
end
| _ => NONE)