summaryrefslogtreecommitdiff
path: root/gfx/src/scene/object_impl.h
diff options
context:
space:
mode:
Diffstat (limited to 'gfx/src/scene/object_impl.h')
-rw-r--r--gfx/src/scene/object_impl.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gfx/src/scene/object_impl.h b/gfx/src/scene/object_impl.h
index 91e1427..88f8e31 100644
--- a/gfx/src/scene/object_impl.h
+++ b/gfx/src/scene/object_impl.h
@@ -20,7 +20,7 @@ typedef struct MeshLink {
20/// of Meshes, and the Meshes are re-used. 20/// of Meshes, and the Meshes are re-used.
21typedef struct SceneObject { 21typedef struct SceneObject {
22 mesh_link_idx mesh_link; /// First MeshLink in the list. 22 mesh_link_idx mesh_link; /// First MeshLink in the list.
23 skeleton_idx skeleton; 23 skeleton_idx skeleton; /// 0 for static objects.
24 node_idx parent; /// Parent SceneNode. 24 node_idx parent; /// Parent SceneNode.
25 aabb3 box; 25 aabb3 box;
26} SceneObject; 26} SceneObject;