- [FIX] Small memory leak fixed

This commit is contained in:
2024-02-12 13:15:57 +01:00
parent fe444fc0ec
commit 19df09dddc
4 changed files with 10 additions and 7 deletions

View File

@@ -57,7 +57,7 @@ namespace module
{
bool eixir = false;
fondo_temp = JD8_NewSurface();
fondo_temp = JD8_NewSurface(320, 200);
JD8_BlitToSurface(0, 0, fondo, 0, 0, 320, 200, fondo_temp);
JD8_Blit(fondo_temp);