updated examples to call close

This commit is contained in:
__hexmaster111 2025-03-04 05:55:30 -06:00 committed by GitHub
parent ad363f986c
commit c7703b7a50
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -72,4 +72,6 @@ int main(void) {
Clay_Raylib_Render(renderCommandsBottom, fonts);
EndDrawing();
}
Clay_Raylib_Close();
}