]> git.mxchange.org Git - simgear.git/commitdiff
Erik Hofman: fix an Irix build problem.
authorcurt <curt>
Thu, 24 Oct 2002 13:59:33 +0000 (13:59 +0000)
committercurt <curt>
Thu, 24 Oct 2002 13:59:33 +0000 (13:59 +0000)
simgear/scene/sky/clouds3d/SkyRenderableInstanceCloud.cpp

index aded8c050ee032fc8e0dc13fce17c2d389aad536..1f76bd6c1340de9b6c117da9d0f43ec7db51be70 100644 (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";