mirror of
https://git.planet-casio.com/Slyvtt/Collab_RPG.git
synced 2024-12-29 13:03:43 +01:00
Bug fix
This commit is contained in:
parent
5a5fe87490
commit
f91fd572ac
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ extern font_t fontRPG;
|
||||||
void blit() {
|
void blit() {
|
||||||
dupdate();
|
dupdate();
|
||||||
|
|
||||||
#if GRAYMODEOK && !defined(GINT_HW_CG)
|
#if GRAYMODEOK && !GINT_HW_CG
|
||||||
dgray_getvram( &lightVRAMnext, &darkVRAMnext );
|
dgray_getvram( &lightVRAMnext, &darkVRAMnext );
|
||||||
dgray_getscreen( &lightVRAMcurrent, &darkVRAMcurrent );
|
dgray_getscreen( &lightVRAMcurrent, &darkVRAMcurrent );
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue