summaryrefslogtreecommitdiff
path: root/opengl/libagl/primitives.cpp
diff options
context:
space:
mode:
author Shin-ichiro KAWASAKI <shinichiro.kawasaki.mg@hitachi.com> 2009-07-07 19:14:13 +0900
committer Tony Sim <sim.chinyeow@renesas.com> 2009-07-07 19:14:13 +0900
commit26f6a823ca32b4c8e42bc02efb0ce74c3f281f55 (patch)
tree1c960efceda9913d92a7618e9e113353c61729d0 /opengl/libagl/primitives.cpp
parent7ecccee0d0c32ee472c9a74f4ccb8b152b074402 (diff)
Bug Fixed for libagl.
Diffstat (limited to 'opengl/libagl/primitives.cpp')
-rw-r--r--opengl/libagl/primitives.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/opengl/libagl/primitives.cpp b/opengl/libagl/primitives.cpp
index f164c02eea34..769ec404a8a4 100644
--- a/opengl/libagl/primitives.cpp
+++ b/opengl/libagl/primitives.cpp
@@ -369,7 +369,7 @@ void compute_iterators_t::iterators0032(int32_t* it,
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];