Procházet zdrojové kódy

Merge branch 'next' of https://github.com/blackberry/GamePlay into next

Darryl Gough před 13 roky
rodič
revize
64c9acfb58
1 změnil soubory, kde provedl 0 přidání a 1 odebrání
  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)
 bool Form::projectPoint(int x, int y, Vector3* point)
 {
 {
     Scene* scene = _node->getScene();
     Scene* scene = _node->getScene();
-    GP_ASSERT(scene);
     Camera* camera;
     Camera* camera;
 
 
     if (scene && (camera = scene->getActiveCamera()))
     if (scene && (camera = scene->getActiveCamera()))