aboutsummaryrefslogtreecommitdiff
path: root/servers/physics_server.h
diff options
context:
space:
mode:
authorPaolo Perkovic2018-02-01 09:57:10 +0100
committerHein-Pieter van Braam2018-02-04 20:10:13 +0100
commit7de47fbabb28198b41aa475e64eaa0fbcfff126a (patch)
treeb9181261ccf7d6aa1bbb43bdfb47a62a3107c240 /servers/physics_server.h
parent62dc7ba82f56c3bc1bde46e01950f449cf960910 (diff)
downloadgodot-7de47fbabb28198b41aa475e64eaa0fbcfff126a.tar.gz
godot-7de47fbabb28198b41aa475e64eaa0fbcfff126a.tar.zst
godot-7de47fbabb28198b41aa475e64eaa0fbcfff126a.zip
Fix inconsistencies and typos in argument names
(cherry picked from commit 08d4bfacafa8abe435d51a6afecb276030a23280)
Diffstat (limited to 'servers/physics_server.h')
-rw-r--r--servers/physics_server.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/servers/physics_server.h b/servers/physics_server.h
index 8b8b8f856..94fc8d479 100644
--- a/servers/physics_server.h
+++ b/servers/physics_server.h
@@ -118,7 +118,7 @@ public:
void set_margin(float p_margin);
float get_margin() const;
- void set_collision_mask(int p_collision_layer);
+ void set_collision_mask(int p_collision_mask);
int get_collision_mask() const;
void set_exclude(const Vector<RID> &p_exclude);