Update of /cvsroot/artoolkit/artoolkit/examples/simpleVRML
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30258
Modified Files:
simpleVRML.c
Log Message:
Forgot loop variable.
Index: simpleVRML.c
===================================================================
RCS file: /cvsroot/artoolkit/artoolkit/examples/simpleVRML/simpleVRML.c,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** simpleVRML.c 31 May 2006 22:09:55 -0000 1.12
--- simpleVRML.c 1 Jun 2006 03:40:14 -0000 1.13
***************
*** 392,395 ****
--- 392,396 ----
int main(int argc, char** argv)
{
+ int i;
char glutGamemode[32];
const char *cparam_name =
|