Exemplo n.º 1
0
void TestCAO::removeFromScene(bool permanent)
{
	if(m_node == NULL)
		return;

	m_node->remove();
	m_node->drop();
	m_node = NULL;
}