]> git.mxchange.org Git - simgear.git/blobdiff - simgear/sky/sphere.hxx
Working on ssg-ifying sky.
[simgear.git] / simgear / sky / sphere.hxx
index 5d64b10161015c20e91cf1814e4f9aaa5e496471..566fe1c0391e08c42033799cb5b50654226677bf 100644 (file)
@@ -27,7 +27,7 @@
 
 // return a sphere object as an ssgBranch (and connect in the
 // specified ssgSimpleState
-ssgBranch *ssgMakeSphere( ssgSimpleState *state, double radius, int slices,
-                         int stacks );
+ssgBranch *ssgMakeSphere( ssgSimpleState *state, ssgColourArray *cl, 
+                         double radius, int slices, int stacks );