constructor name was wrong (old class name)
This commit is contained in:
parent
a991f9b9a4
commit
0fde2046fc
|
@ -24,6 +24,9 @@
|
||||||
History
|
History
|
||||||
|
|
||||||
$Log: not supported by cvs2svn $
|
$Log: not supported by cvs2svn $
|
||||||
|
Revision 1.5 2004/12/15 18:45:07 tommyfranken
|
||||||
|
*** empty log message ***
|
||||||
|
|
||||||
Revision 1.4 2004/09/30 01:40:39 ponchio
|
Revision 1.4 2004/09/30 01:40:39 ponchio
|
||||||
<gl/glew.h> --> <GL/glew.h>
|
<gl/glew.h> --> <GL/glew.h>
|
||||||
|
|
||||||
|
@ -122,7 +125,7 @@ class GlTrimesh : public GLW
|
||||||
public:
|
public:
|
||||||
|
|
||||||
MESH_TYPE *m;
|
MESH_TYPE *m;
|
||||||
GLWrap(){
|
GlTrimesh(){
|
||||||
m=0;
|
m=0;
|
||||||
dl=0xffffffff;
|
dl=0xffffffff;
|
||||||
h=HNUseLazyEdgeStrip;
|
h=HNUseLazyEdgeStrip;
|
||||||
|
|
Loading…
Reference in New Issue