Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/model/collisionmodel.h')
-rw-r--r--src/model/collisionmodel.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/model/collisionmodel.h b/src/model/collisionmodel.h
index 04268d2..ecb8047 100644
--- a/src/model/collisionmodel.h
+++ b/src/model/collisionmodel.h
@@ -65,8 +65,6 @@ public:
/**
* @brief add a mesh to the CollisionModel
- * CollisionModel does not take ownership of the COllisionMesh,
- * the mesh should be registered with the CollisionMesh::registry
* */
void add_mesh(CollisionMesh *mesh);