Try to handle car turtle
This commit is contained in:
parent
53096517c9
commit
34293981b0
3 changed files with 145 additions and 23 deletions
|
@ -941,8 +941,7 @@ void LCR_rendererDrawRect(int x, int y, unsigned int w, unsigned int h,
|
|||
|
||||
unsigned long index = y * LCR_EFFECTIVE_RESOLUTION_X + x;
|
||||
|
||||
if (0)
|
||||
// if (dither)
|
||||
if (dither)
|
||||
{
|
||||
uint8_t parity = (x % 2) == (y % 2);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue