aboutsummaryrefslogtreecommitdiff
path: root/servers/physics/collision_object_sw.cpp
diff options
context:
space:
mode:
authorJuan Linietsky2014-09-02 23:13:40 -0300
committerJuan Linietsky2014-09-02 23:13:40 -0300
commit1a2cb755e2d8b9d59178f36702f6dff7235b9088 (patch)
tree4a88f47c8b984522e36ac973accb34bdcb00363b /servers/physics/collision_object_sw.cpp
parent89fa70706f9166765c3ac3f799225a467800f065 (diff)
downloadgodot-1a2cb755e2d8b9d59178f36702f6dff7235b9088.tar.gz
godot-1a2cb755e2d8b9d59178f36702f6dff7235b9088.tar.zst
godot-1a2cb755e2d8b9d59178f36702f6dff7235b9088.zip
Diffstat (limited to 'servers/physics/collision_object_sw.cpp')
-rw-r--r--servers/physics/collision_object_sw.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/servers/physics/collision_object_sw.cpp b/servers/physics/collision_object_sw.cpp
index 156004d15..f34aa19ca 100644
--- a/servers/physics/collision_object_sw.cpp
+++ b/servers/physics/collision_object_sw.cpp
@@ -216,4 +216,5 @@ CollisionObjectSW::CollisionObjectSW(Type p_type) {
type=p_type;
space=NULL;
instance_id=0;
+ layer_mask=1;
}