]> git.mxchange.org Git - simgear.git/blobdiff - simgear/scene/sky/cloud.cxx
Added some OSG headers for the correct evaluation of the OSG_VERSION_LESS_THAN macro.
[simgear.git] / simgear / scene / sky / cloud.cxx
index e41d170bae3a75a62d5627c5b8c3f598dc8a6831..db5bd09d0b310891e763d93b02bfb902414821fa 100644 (file)
@@ -500,8 +500,12 @@ bool SGCloudLayer::repaint( const SGVec3f& fog_color ) {
 // lat specifies a rotation about the new Y axis
 // spin specifies a rotation about the new Z axis (and orients the
 // sunrise/set effects
-bool SGCloudLayer::reposition( const SGVec3f& p, const SGVec3f& up, double lon, double lat,
-                              double alt, double dt )
+bool SGCloudLayer::reposition( const SGVec3f& p,
+                               const SGVec3f& up,
+                               double lon,
+                               double lat,
+                               double alt,
+                               double dt )
 {
 
     if (getCoverage() != SGCloudLayer::SG_CLOUD_CLEAR)