diff options
Diffstat (limited to 'src/example')
| -rw-r--r-- | src/example/physics.cpp | 1 | 
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;  }  |