Bug Fixed for libagl.

This commit is contained in:
Shin-ichiro KAWASAKI
2009-07-07 19:14:13 +09:00
committed by Tony Sim
parent 7ecccee0d0
commit 26f6a823ca

View File

@@ -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];