diff options
| author | arngo <[email protected]> | 2023-05-30 20:00:20 -0400 |
|---|---|---|
| committer | arngo <[email protected]> | 2023-05-30 20:00:20 -0400 |
| commit | 5d1931537edb60b48538b714944eca7ce5db2739 (patch) | |
| tree | 792a12f113ed456f33fc6cb5766898935d047fbf /src/wall.c | |
| parent | 3c6a193ccdbadaf3f512a2770d3b35970c39980f (diff) | |
| download | rodeo_sample_game-5d1931537edb60b48538b714944eca7ce5db2739.tar.gz rodeo_sample_game-5d1931537edb60b48538b714944eca7ce5db2739.zip | |
complete deinit functions
Diffstat (limited to 'src/wall.c')
| -rw-r--r-- | src/wall.c | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -47,6 +47,10 @@ void deinit_wall(void) { rodeo_collision_2d_world_destroy(&collision_wall_world); + rodeo_texture_2d_destroy(&wall_texture); + rodeo_texture_2d_destroy(&floor_texture); + rodeo_texture_2d_destroy(&goat_texture); + rodeo_texture_2d_destroy(&logo_texture); } rodeo_collision_2d_world_t * |
