Allow 1-tile offscreen rendering to prevent pop-in effect

This commit is contained in:
Shylie
2024-06-14 12:20:31 -04:00
parent e402b5f5a3
commit 4811e4d970
8 changed files with 61 additions and 60 deletions

View File

@@ -15,7 +15,7 @@ namespace
for (int i = 0; i < GRID_HEIGHT; i++)
{
glerminal_set(i, i, 0, 1);
glerminal_set(i + 1, i + 1, 0, 1);
}
glerminal_flush();