Merge pull request #27200 from piyushdagar/new
Fixed CollisionObject signals do not trigger on Area
This commit is contained in:
commit
64737c735b
1 changed files with 0 additions and 1 deletions
|
@ -756,7 +756,6 @@ Area::Area() :
|
|||
monitorable = false;
|
||||
collision_mask = 1;
|
||||
collision_layer = 1;
|
||||
set_ray_pickable(false);
|
||||
set_monitoring(true);
|
||||
set_monitorable(true);
|
||||
|
||||
|
|
Loading…
Reference in a new issue