Erik Hofman: fix an Irix build problem.

This commit is contained in:
curt 2002-10-24 13:59:33 +00:00
parent 94fa51e3f7
commit 52e2005b3e

View File

@ -235,7 +235,7 @@ SKYRESULT SkyRenderableInstanceCloud::Display(bool bDisplayFrontOfSplit /* = fal
if (!_bImageExists || !_bEnabled)
{
//FAIL_RETURN(DisplayWithoutImpostor(*(GLVU::GetCurrent()->GetCurrentCam())));
FAIL_RETURN(DisplayWithoutImpostor(Camera::Camera()));
FAIL_RETURN(DisplayWithoutImpostor(Camera()));
}
else
{//cout << "Using impostor image\n";