Преглед изворни кода

Reverts accidental debug code check-in from previous commit.

sgrenier пре 12 година
родитељ
комит
050149fb32
1 измењених фајлова са 0 додато и 5 уклоњено
  1. 0 5
      gameplay/src/Node.cpp

+ 0 - 5
gameplay/src/Node.cpp

@@ -191,12 +191,7 @@ void Node::remove()
 
     if (parent && parent->_notifyHierarchyChanged)
     {
-        Node* group = Scene::getScene()->findNode("group1");
-        Node* node = Scene::getScene()->findNode("board");
         parent->hierarchyChanged();
-        node->getWorldMatrix();
-        node = NULL;
-        group = NULL;
     }
 }