Fixed small typo in SceneView::setDefaults().

This commit is contained in:
Don BURNS
2002-04-18 23:30:06 +00:00
parent da34f99d85
commit c6254d5f87

View File

@@ -111,7 +111,7 @@ void SceneView::setDefaults()
_cullMask = 0xffffffff;
_cullMaskLeft = 0xffffffff;
_cullMaskLeft = 0xffffffff;
_cullMaskRight = 0xffffffff;
}
void SceneView::init()