jtransc / gdx-backend-jtransc

GDX backend for JTransc: targeting every platform lime supports (html5, windows, linux, mac, android, ios...) (flash is wip) (consoles + unity likely to be supported in the future)
23 stars 6 forks source link

impl rectangle #91

Closed ghost closed 7 years ago

ghost commented 7 years ago

@soywiz not working, not all have selected color FFFF 0000 0000 try copy then 0 to end-4 => FFFF 0000 then result FFFF FFFF 0000 maybe i wrong, but new code fill normally. System.arraycopy(byteData, start, byteData, start + 4, (width - 1) << 2); fill only start of line =( but maybe i make wrong code

ghost commented 7 years ago

Yes my misstake