mirror of
https://github.com/godotengine/godot.git
synced 2024-11-11 14:43:44 +00:00
Fix leak in Physics2DServerSW
This commit is contained in:
parent
4ecc30cc5e
commit
d468e28874
@ -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…
Reference in New Issue
Block a user