summaryrefslogtreecommitdiff
path: root/modules/bullet/area_bullet.h
diff options
context:
space:
mode:
authorCamille Mohr-Daurat <pouleyKetchoup@gmail.com>2021-11-18 12:04:41 -0700
committerGitHub <noreply@github.com>2021-11-18 12:04:41 -0700
commit756eab200b41f842a5480681f5c48905ffbb88b0 (patch)
tree92f5eebfd2281ff2848f6169f1fb364c92bfbebb /modules/bullet/area_bullet.h
parentb7260e04cc2aa66b2aa091cfb508cbf4a14dc677 (diff)
parent0d3e8538ef4703955499fc0f8d532a99c92cb689 (diff)
Merge pull request #42306 from madmiraal/fix-39947
Update Bullet Area overlaps when Area properties or shapes change.
Diffstat (limited to 'modules/bullet/area_bullet.h')
-rw-r--r--modules/bullet/area_bullet.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/bullet/area_bullet.h b/modules/bullet/area_bullet.h
index d96c550082..4d9227c31a 100644
--- a/modules/bullet/area_bullet.h
+++ b/modules/bullet/area_bullet.h
@@ -152,7 +152,7 @@ public:
virtual void on_collision_filters_change();
virtual void on_collision_checker_start() {}
- virtual void on_collision_checker_end() { isTransformChanged = false; }
+ virtual void on_collision_checker_end() { updated = false; }
void add_overlap(CollisionObjectBullet *p_otherObject);
void put_overlap_as_exit(int p_index);