mirror of
https://git.shylie.info/shylie/glerminal.git
synced 2025-10-01 20:50:10 +00:00
Allow 1-tile offscreen rendering to prevent pop-in effect
This commit is contained in:
@@ -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();
|
||||
|
Reference in New Issue
Block a user