summaryrefslogtreecommitdiff
path: root/opengl
diff options
context:
space:
mode:
author Jean-Baptiste Queru <jbq@google.com> 2009-07-16 14:54:11 -0700
committer Jean-Baptiste Queru <jbq@google.com> 2009-07-16 14:54:11 -0700
commit6a294263f78ce8177de48cb9480bbe39d9e442cd (patch)
treeddd3299132e60ed533a28adcf4f9642d2fd25243 /opengl
parent4a967dabc3c610e93cfc9cc1f8811e72f54d1797 (diff)
parent8ecb36eec61f119f500a805b82438aadb3396a19 (diff)
Merge commit 'goog/readonly-korg-master' into merge_korg_master
* commit 'goog/readonly-korg-master': Fixed Android issue #400, where the Intent documentation was inaccurate in a number of places, undoubtedly causing untold grief to innumerable masses. Bug Fixed for libagl.
Diffstat (limited to 'opengl')
-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];