From aabd00960f3b98c3c5636d99212343d71956a1d1 Mon Sep 17 00:00:00 2001 From: Jason Sams Date: Wed, 1 Jul 2009 20:17:07 -0700 Subject: Update rollo with icon images. --- libs/rs/rsScriptC.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libs/rs/rsScriptC.cpp') diff --git a/libs/rs/rsScriptC.cpp b/libs/rs/rsScriptC.cpp index 9c99e2b4f8c2..55daf7ec4ce3 100644 --- a/libs/rs/rsScriptC.cpp +++ b/libs/rs/rsScriptC.cpp @@ -324,8 +324,8 @@ extern "C" void drawQuad(int32_t x1, int32_t y1, int32_t z1, //LOGE("0x%08x, 0x%08x, 0x%08x", x3, y3, z3); //LOGE("0x%08x, 0x%08x, 0x%08x", x4, y4, z4); - int32_t vtx[] = {x1,y1,z1, x4,y4,z4, x3,y3,z3, x2,y2,z2}; - static const int32_t tex[] = {0,0, 0,0x10000, 0x10000,0, 0x10000,0x10000}; + int32_t vtx[] = {x1,y1,z1, x2,y2,z2, x3,y3,z3, x4,y4,z4}; + static const int32_t tex[] = {0,0, 0,0x10000, 0x10000,0x10000, 0x10000,0}; rsc->setupCheck(); -- cgit v1.2.3-59-g8ed1b