From: sparky4 Date: Wed, 28 Oct 2015 00:49:32 +0000 (-0500) Subject: going to work on this soon X-Git-Url: http://4ch.mooo.com/gitweb/?a=commitdiff_plain;h=5d052fa67f70bfa48bdd3cc1db3ba15802ec27c9;p=16.git going to work on this soon --- diff --git a/src/lib/modex16.c b/src/lib/modex16.c index 9b47253e..5cec70c9 100755 --- a/src/lib/modex16.c +++ b/src/lib/modex16.c @@ -394,7 +394,7 @@ modexClearRegion(page_t *page, int x, int y, int w, int h, byte color) { } } -//TODO! +//TODO! ADD CLIPPING!! //void //modexDrawBmpRegion (page_t *page, int x, int y, int rx, int ry, int rw, int rh, bitmap_t *bmp) void modexDrawPBufRegion (page_t *page, int x, int y, int rx, int ry, int rw, int rh, planar_buf_t *p, boolean sprite)