diff --git a/simgear/scene/sky/clouds3d/SkyRenderableInstanceCloud.cpp b/simgear/scene/sky/clouds3d/SkyRenderableInstanceCloud.cpp index aded8c05..1f76bd6c 100644 --- a/simgear/scene/sky/clouds3d/SkyRenderableInstanceCloud.cpp +++ b/simgear/scene/sky/clouds3d/SkyRenderableInstanceCloud.cpp @@ -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";