summaryrefslogtreecommitdiff
path: root/common/light.h
diff options
context:
space:
mode:
authorLeo2009-02-24 05:54:16 +0000
committerLeo2009-02-24 05:54:16 +0000
commit6a0c59cd1ef3362a486e9261a000020ce8aacc9c (patch)
tree20b2b9d4019fed322ffaf9c8b9d4fde967f52916 /common/light.h
parent281dfd75faafc8a0806cb43649a07833d9209d07 (diff)
Removed display lists.
git-svn-id: http://svn.leocad.org/tags/leocad-0.75@743 c7d43263-9d01-0410-8a33-9dba5d9f93d6
Diffstat (limited to 'common/light.h')
-rw-r--r--common/light.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/common/light.h b/common/light.h
index da1cdb6..65a63f7 100644
--- a/common/light.h
+++ b/common/light.h
@@ -118,9 +118,9 @@ protected:
char m_strName[81];
bool m_bEnabled;
- GLuint m_nList;
- static GLuint m_nSphereList;
- static GLuint m_nTargetList;
+ void DrawCone();
+ void DrawTarget();
+ void DrawSphere();
// Temporary parameters
float m_fPos[4];