summaryrefslogtreecommitdiff
path: root/src/scene.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/scene.h')
-rw-r--r--src/scene.h6
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;
};