mirror of
https://github.com/godotengine/godot.git
synced 2025-01-23 19:12:24 -05:00
Fix leak in Physics2DServerSW
This commit is contained in:
parent
4ecc30cc5e
commit
d468e28874
1 changed files with 1 additions and 0 deletions
|
@ -139,6 +139,7 @@ void Physics2DServerWrapMT::finish() {
|
|||
segment_shape_free_cached_ids();
|
||||
circle_shape_free_cached_ids();
|
||||
rectangle_shape_free_cached_ids();
|
||||
capsule_shape_free_cached_ids();
|
||||
convex_polygon_shape_free_cached_ids();
|
||||
concave_polygon_shape_free_cached_ids();
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue