Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStijn Buys <ingar@osirion.org>2011-05-06 17:08:21 +0000
committerStijn Buys <ingar@osirion.org>2011-05-06 17:08:21 +0000
commite7a0b54c4717afdfa12a8847d5bc72b7b68290b4 (patch)
tree015dc7cc0f75c4405f5d07e137533d5dbc761598 /src/model/collisionmodel.h
parentebe064bf159a5c6e90f2bbe902efa16c6e654ff8 (diff)
Import submodel clip
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);