Просмотр исходного кода

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

Darryl Gough 13 лет назад
Родитель
Сommit
64c9acfb58
1 измененных файлов с 0 добавлено и 1 удалено
  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()))