Author: KermMartian
Posted: 25 Mar 2013 01:04:02 am (GMT -5)
Forgive me if I'm wrong, but since black = 0x0000, doesn't:
Code:
imply that you won't be drawing anything?
_________________
![]()
![]()
![]()
![]()
![]()
Posted: 25 Mar 2013 01:04:02 am (GMT -5)
flyingfisch wrote: |
OK, did that, now the canvas is one px too small, and I still have all kinds of different colors instead of all black. |
Code:
if (canvas[i][j]) {
fillArea(i*zoom+x, j*zoom+y, zoom, zoom, canvas[i][j]);
}
_________________




