diff options
| author | 2009-07-01 20:17:07 -0700 | |
|---|---|---|
| committer | 2009-07-01 20:17:07 -0700 | |
| commit | aabd00960f3b98c3c5636d99212343d71956a1d1 (patch) | |
| tree | 7e9f382f8fc809808ff8d8d7c251b8e9ab592669 /libs/rs/rsScriptC.cpp | |
| parent | fdcc14e7a2a514f779e77b49a72a4f1b5ecfec00 (diff) | |
Update rollo with icon images.
Diffstat (limited to 'libs/rs/rsScriptC.cpp')
| -rw-r--r-- | libs/rs/rsScriptC.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
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(); |