diff options
| author | Lizzy Fleckenstein <lizzy@vlhl.dev> | 2026-04-12 22:34:18 +0200 |
|---|---|---|
| committer | Lizzy Fleckenstein <lizzy@vlhl.dev> | 2026-04-12 22:45:04 +0200 |
| commit | d58e1aea4b57e890706b96565c8c1fd9e09b42ec (patch) | |
| tree | 61a838aa434da6a890ace72898b854328e0b688f /src/scene.h | |
| parent | 5aa88cf26954a738d0f22a7c90bb33f1df422919 (diff) | |
| download | animtool-main.tar.xz | |
Diffstat (limited to 'src/scene.h')
| -rw-r--r-- | src/scene.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/scene.h b/src/scene.h index dfcf635..2a49581 100644 --- a/src/scene.h +++ b/src/scene.h @@ -51,7 +51,7 @@ struct transform { bool has_op[TRANSFORM_OPS_N][3]; struct expr op[TRANSFORM_OPS_N][3]; - array(struct node) children; + array(struct node) children; }; struct surface @@ -68,7 +68,7 @@ struct object enum node_type { - NODE_TRANSFORM, + NODE_TRANSFORM, NODE_OBJECT, NODE_CAMERA, NODE_BONE, @@ -103,7 +103,7 @@ struct seq_inst struct camera *pov; struct { unsigned int times; - array(struct seq_inst) children; + array(struct seq_inst) children; } rep; double time; }; |
