Entity does not own mesh.

This commit is contained in:
2026-04-13 09:40:40 -05:00
parent d02673e04a
commit 2b9ee8f721
8 changed files with 40 additions and 189 deletions
+1 -1
View File
@@ -12,5 +12,5 @@
X(POSITION, entityposition_t, position, entityPositionInit, NULL)
X(CAMERA, entitycamera_t, camera, entityCameraInit, NULL)
X(MESH, entitymesh_t, mesh, entityMeshInit, entityMeshDispose)
X(MESH, entitymesh_t, mesh, entityMeshInit, NULL)
X(MATERIAL, entitymaterial_t, material, entityMaterialInit, NULL)