Erik Hofman: fix an Irix build problem.
This commit is contained in:
parent
94fa51e3f7
commit
52e2005b3e
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user