Mercurial > hg > Game > Cerium
diff TaskManager/Test/test_render/SpanPack.h @ 126:74d0a70f60e9 draft
fix RGBA mask (bgr -> rgba)
author | gongo@charles.cr.ie.u-ryukyu.ac.jp |
---|---|
date | Tue, 25 Nov 2008 11:37:57 +0900 |
parents | 028ffc9c0375 |
children | 56db76a03294 |
line wrap: on
line diff
--- a/TaskManager/Test/test_render/SpanPack.h Tue Nov 25 10:38:44 2008 +0900 +++ b/TaskManager/Test/test_render/SpanPack.h Tue Nov 25 11:37:57 2008 +0900 @@ -22,6 +22,12 @@ int pad[3]; // 12 void init(int ytop) { + this->info.size = 0; + this->info.y_top = ytop; + this->next = NULL; + } + + void reinit(int ytop) { SpanPack* top = this; SpanPack* p; SpanPack* p1;