Changed Rect('s to Rectangle('s

This commit is contained in:
Don BURNS
2003-04-16 21:16:23 +00:00
parent 0b0c6c4e60
commit 6fc19084ac
4 changed files with 20 additions and 18 deletions

View File

@@ -51,7 +51,7 @@ void OsgSceneHandler::cullImplementation(Producer::Camera &cam)
int x, y;
unsigned int w, h;
cam.getProjectionRect( x, y, w, h );
cam.getProjectionRectangle( x, y, w, h );
setViewport( x, y, w, h );