Fixed Memory Leak in Collision Callback

This commit is contained in:
n00b
2025-05-21 19:45:56 -04:00
parent daac85c26a
commit e7da6b745c
25 changed files with 1510 additions and 1283 deletions

View File

@@ -20,6 +20,9 @@ struct rc_sprite2D_physics_obj
int offset_x;
int offset_y;
int user_offset_x;
int user_offset_y;
int box_width;
int box_height;
};