diff options
author | Siddharth <siddharth952@gmail.com> | 2019-03-27 22:49:19 +0530 |
---|---|---|
committer | Siddharth <siddharth952@gmail.com> | 2019-03-27 22:49:19 +0530 |
commit | ba2b09b034b29aebd9237cb96e3d05ffa808a4f0 (patch) | |
tree | 7342d3341c456e5dec9ef1b1414b9b2bae353de8 /scene/3d/area.cpp | |
parent | 13ead635d93737d3817568e87941db663f5190d9 (diff) |
Revert "Updated tile_set_editor_plugin.cpp And area.cpp# This is a combination of 2 commits."
This reverts commit 2d995372d8e4e47086fbf0b8a71224cd7b763f81.
Diffstat (limited to 'scene/3d/area.cpp')
-rw-r--r-- | scene/3d/area.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scene/3d/area.cpp b/scene/3d/area.cpp index 13d9181082..e58e26d2d1 100644 --- a/scene/3d/area.cpp +++ b/scene/3d/area.cpp @@ -756,6 +756,7 @@ Area::Area() : monitorable = false; collision_mask = 1; collision_layer = 1; + set_ray_pickable(false); set_monitoring(true); set_monitorable(true); |