Try to handle car turtle

This commit is contained in:
Miloslav Ciz 2024-09-28 01:47:05 +02:00
parent 53096517c9
commit 34293981b0
3 changed files with 145 additions and 23 deletions

View file

@ -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);