summaryrefslogtreecommitdiff
path: root/scene/3d
diff options
context:
space:
mode:
authorpiyushdagar <piyushdgr75@gmail.com>2019-03-18 13:56:40 +0530
committerpiyushdagar <piyushdgr75@gmail.com>2019-03-18 13:56:40 +0530
commitd7387e8a6831bb6fc0fb966d7245751eab5240cb (patch)
tree882ef083c48363619d9b83387da0b85a2686093c /scene/3d
parentdf7d3708c5b535c3696943322a14ec19a175e30c (diff)
Fixed CollisionObject signals do not trigger on Area
Diffstat (limited to 'scene/3d')
-rw-r--r--scene/3d/area.cpp1
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);