This commit is contained in:
mibi88 2024-07-25 17:20:52 +02:00
parent 5a5fe87490
commit f91fd572ac

View file

@ -30,7 +30,7 @@ extern font_t fontRPG;
void blit() {
dupdate();
#if GRAYMODEOK && !defined(GINT_HW_CG)
#if GRAYMODEOK && !GINT_HW_CG
dgray_getvram( &lightVRAMnext, &darkVRAMnext );
dgray_getscreen( &lightVRAMcurrent, &darkVRAMcurrent );