diff options
author | Brian Paul <[email protected]> | 2000-03-22 23:14:54 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2000-03-22 23:14:54 +0000 |
commit | 3769b3fed4f453fc622ddc5feaab4d81cfb72bf3 (patch) | |
tree | b31e09fdcda744097d036a3d61aefd1630fbc300 /progs | |
parent | 49dcae8c805b45ee6f66ea8152ce4c56a890f32d (diff) |
changed TDA to [4] for glMaterialfv() calls
Diffstat (limited to 'progs')
-rw-r--r-- | progs/demos/geartrain.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/progs/demos/geartrain.c b/progs/demos/geartrain.c index 7e2fea2f1c3..91c3411d7c9 100644 --- a/progs/demos/geartrain.c +++ b/progs/demos/geartrain.c @@ -1,4 +1,4 @@ -/* $Id: geartrain.c,v 1.1 2000/03/06 23:34:42 brianp Exp $ */ +/* $Id: geartrain.c,v 1.2 2000/03/22 23:14:54 brianp Exp $ */ /* * Geartrain simulation @@ -18,7 +18,7 @@ #ifndef M_PI #define M_PI 3.14159265 #endif /* */ -typedef GLfloat TDA[3]; +typedef GLfloat TDA[4]; TDA background; |