commit | 4cce5bd5ccc7c8468d0f8cc359525f82a45dedec | [log] [tgz] |
---|---|---|
author | Shin-ichiro KAWASAKI <shinichiro.kawasaki.mg@hitachi.com> | Tue Jul 07 19:14:13 2009 +0900 |
committer | Tony Sim <sim.chinyeow@renesas.com> | Tue Jul 07 19:14:13 2009 +0900 |
tree | 6c8c7ce5a465683dc47213ff956a1c913fb16a77 | |
parent | 42e95078ff75bd7eeef4223a3308a5ec6ab355df [diff] [blame] |
Bug Fixed for libagl.
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];