From a91d603f63f6ac98640eb58fabbd773096ba6278 Mon Sep 17 00:00:00 2001 From: jaroWMR Date: Thu, 7 Nov 2024 19:09:32 +0100 Subject: remove sdlapp --- src/example/physics.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/example') diff --git a/src/example/physics.cpp b/src/example/physics.cpp index fd15c79..9a5e5f9 100644 --- a/src/example/physics.cpp +++ b/src/example/physics.cpp @@ -19,5 +19,6 @@ int main(int argc, char * argv[]) { .use_gravity = true, .bounce = false, }); + delete game_object; return 0; } -- cgit v1.2.3