From 4cce5bd5ccc7c8468d0f8cc359525f82a45dedec Mon Sep 17 00:00:00 2001 From: Shin-ichiro KAWASAKI Date: Tue, 7 Jul 2009 19:14:13 +0900 Subject: Bug Fixed for libagl. --- opengl/libagl/primitives.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'opengl') diff --git a/opengl/libagl/primitives.cpp b/opengl/libagl/primitives.cpp index f164c02eea..769ec404a8 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]; -- cgit v1.2.3-59-g8ed1b