This commit is contained in:
David Rose 2012-02-01 02:47:26 +00:00
parent 948ce27815
commit 683743345a

View File

@ -281,7 +281,7 @@ is_renderable() const {
////////////////////////////////////////////////////////////////////
bool CollisionNode::
is_collision_node() const {
return false;
return true;
}