aboutsummaryrefslogtreecommitdiffhomepage
path: root/demos/opengl/gpuhelper.h
diff options
context:
space:
mode:
Diffstat (limited to 'demos/opengl/gpuhelper.h')
-rw-r--r--demos/opengl/gpuhelper.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/opengl/gpuhelper.h b/demos/opengl/gpuhelper.h
index fd07d53fe..4450eb581 100644
--- a/demos/opengl/gpuhelper.h
+++ b/demos/opengl/gpuhelper.h
@@ -100,7 +100,7 @@ class GpuHelper
void drawVector(const Vector3f& position, const Vector3f& vec, const Color& color, float aspect = 50.);
void drawVectorBox(const Vector3f& position, const Vector3f& vec, const Color& color, float aspect = 50.);
void drawUnitCube(void);
- void drawUnitLightSphere(int level=0);
+ void drawUnitSphere(int level=0);
/// draw the \a nofElement first elements
inline void draw(GLenum mode, uint nofElement);