VIP bugfix

This commit is contained in:
Guy Perfect 2024-11-19 22:22:34 -06:00
parent 9ce8c9c778
commit f45636a491
1 changed files with 1 additions and 1 deletions

View File

@ -1013,7 +1013,7 @@ static void vipDrawAffine(VB *sim, World *world) {
y1 = world->gy;
if (y1 >= 224)
return;
y2 = y1 + world->height;
y2 = world->gy + world->height;
if (y2 <= 0)
return;
if (y1 < 0)