aboutsummaryrefslogtreecommitdiff
path: root/src/example
diff options
context:
space:
mode:
authorjaroWMR <jarorutjes07@gmail.com>2024-11-07 19:09:32 +0100
committerjaroWMR <jarorutjes07@gmail.com>2024-11-07 19:09:32 +0100
commita91d603f63f6ac98640eb58fabbd773096ba6278 (patch)
treeee83631c87ff44bd1ab7c00231cf38466d899b81 /src/example
parent7b7960f2e1a5ee8ab13698183ed5945e5c1c1751 (diff)
remove sdlapp
Diffstat (limited to 'src/example')
-rw-r--r--src/example/physics.cpp1
1 files changed, 1 insertions, 0 deletions
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;
}