diff options
author | RĂ©mi Verschelde <rverschelde@gmail.com> | 2019-03-27 17:09:02 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-03-27 17:09:02 +0100 |
commit | 64737c735b3e17d446eb2bcc224b42af159204d5 (patch) | |
tree | c14685b0807f90899d877cc47d5d4ede3b83db44 | |
parent | f27931f365e3428b04cbb70cf278bd5a9d101724 (diff) | |
parent | d7387e8a6831bb6fc0fb966d7245751eab5240cb (diff) |
Merge pull request #27200 from piyushdagar/new
Fixed CollisionObject signals do not trigger on Area
-rw-r--r-- | scene/3d/area.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scene/3d/area.cpp b/scene/3d/area.cpp index e58e26d2d1..13d9181082 100644 --- a/scene/3d/area.cpp +++ b/scene/3d/area.cpp @@ -756,7 +756,6 @@ Area::Area() : monitorable = false; collision_mask = 1; collision_layer = 1; - set_ray_pickable(false); set_monitoring(true); set_monitorable(true); |