aboutsummaryrefslogtreecommitdiff
path: root/src/scene/model_impl.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/scene/model_impl.h')
-rw-r--r--src/scene/model_impl.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/scene/model_impl.h b/src/scene/model_impl.h
index 39ac27f..079aede 100644
--- a/src/scene/model_impl.h
+++ b/src/scene/model_impl.h
@@ -7,7 +7,6 @@
7/// Model. 7/// Model.
8typedef struct Model { 8typedef struct Model {
9 node_idx root; 9 node_idx root;
10 node_idx parent; // Parent SceneNode.
11} Model; 10} Model;
12 11
13/// Create a new model. 12/// Create a new model.