fix brightness (#1386)

This commit is contained in:
Peli de Halleux
2018-10-11 14:08:46 -07:00
committed by GitHub
parent 75fb9a6f68
commit 4b2ed73382
4 changed files with 5 additions and 5 deletions

View File

@ -774,9 +774,6 @@ namespace game {
_sprites[i]._plot(now);
}
_img.plotImage(0);
// restore previous display mode
if (dm != DisplayMode.Greyscale)
led.setDisplayMode(dm);
}
/**