commit | cc8c35cee5de7fdf2d79a1a3716120b64301cdfe | [log] [tgz] |
---|---|---|
author | Jean-Baptiste Queru <jbq@google.com> | Thu Nov 12 18:45:53 2009 -0800 |
committer | Jean-Baptiste Queru <jbq@google.com> | Fri Nov 13 13:53:39 2009 -0800 |
tree | a9acd18ab5526d297928f96c094ca22eaa33e593 | |
parent | cdcee265cad1fe10960bd3df32ac76c4afbd3963 [diff] [blame] |
eclair snapshot
diff --git a/opengl/libagl/primitives.cpp b/opengl/libagl/primitives.cpp index f164c02..769ec40 100644 --- a/opengl/libagl/primitives.cpp +++ b/opengl/libagl/primitives.cpp
@@ -369,7 +369,7 @@ int32_t c0, int32_t c1, int32_t c2) const { int64_t it64[3]; - iterators0032(it, c0, c1, c2); + iterators0032(it64, c0, c1, c2); it[0] = it64[0]; it[1] = it64[1]; it[2] = it64[2];