Forráskód Böngészése

Merge pull request #645 from kwhatmough/next

Removes extraneous assertion that was crashing the forms test on exit on...
Sean Paul Taylor 13 éve
szülő
commit
87dc34a149
1 módosított fájl, 0 hozzáadás és 1 törlés
  1. 0 1
      gameplay/src/Form.cpp

+ 0 - 1
gameplay/src/Form.cpp

@@ -710,7 +710,6 @@ bool Form::mouseEventInternal(Mouse::MouseEvent evt, int x, int y, int wheelDelt
 bool Form::projectPoint(int x, int y, Vector3* point)
 {
     Scene* scene = _node->getScene();
-    GP_ASSERT(scene);
     Camera* camera;
 
     if (scene && (camera = scene->getActiveCamera()))