]> git.mxchange.org Git - simgear.git/blobdiff - simgear/sky/sphere.hxx
Fixed a typo in the sky dome painting code.
[simgear.git] / simgear / sky / sphere.hxx
index a5a66a8a6a2dfb7e2b806042e87c44daac6f2ab9..566fe1c0391e08c42033799cb5b50654226677bf 100644 (file)
@@ -25,5 +25,9 @@
 #include <plib/ssg.h>
 
 
-// return a sphere object as an ssgBranch
-ssgBranch *ssgMakeSphere( double radius, int slices, int stacks );
+// return a sphere object as an ssgBranch (and connect in the
+// specified ssgSimpleState
+ssgBranch *ssgMakeSphere( ssgSimpleState *state, ssgColourArray *cl, 
+                         double radius, int slices, int stacks );
+
+