brush.c: reindent Draw_paintbrush()

This commit is contained in:
Thomas Bernard 2018-11-22 23:20:11 +01:00
parent 860b75d608
commit 8a7bd06d44

View File

@ -329,7 +329,7 @@ void Draw_paintbrush(short x,short y,byte color)
}
} else {
int prev_x;
// Raster mode
// Raster mode IMAGE_MODE_RASTER
// No matter what, you can always edit only 1 line at a time here, and you will always
// draw on "nops" boundaries (8 pixels in mode 1)
height=1;