diff options
| author | Hubert Jarosz | 2016-03-09 00:00:52 +0100 |
|---|---|---|
| committer | Hubert Jarosz | 2016-03-09 00:00:52 +0100 |
| commit | 4a4f2479146aa33e235ed57cde311efda68d3c8f (patch) | |
| tree | cf91f2869ff8f058c6682569fb31e22e5ee736ad /servers/physics_server.h | |
| parent | 1dad6eca812e5c2e313b54265114de8a1d73d999 (diff) | |
| download | godot-4a4f2479146aa33e235ed57cde311efda68d3c8f.tar.gz godot-4a4f2479146aa33e235ed57cde311efda68d3c8f.tar.zst godot-4a4f2479146aa33e235ed57cde311efda68d3c8f.zip | |
Diffstat (limited to 'servers/physics_server.h')
| -rw-r--r-- | servers/physics_server.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/servers/physics_server.h b/servers/physics_server.h index 8e302bf36..9b00825d9 100644 --- a/servers/physics_server.h +++ b/servers/physics_server.h @@ -421,7 +421,7 @@ public: BODY_STATE_LINEAR_VELOCITY, BODY_STATE_ANGULAR_VELOCITY, BODY_STATE_SLEEPING, - BODY_STATE_CAN_SLEEP + BODY_STATE_CAN_SLEEP }; virtual void body_set_state(RID p_body, BodyState p_state, const Variant& p_variant)=0; @@ -648,7 +648,7 @@ public: virtual void damped_string_joint_set_param(RID p_joint, DampedStringParam p_param, real_t p_value)=0; virtual real_t damped_string_joint_get_param(RID p_joint, DampedStringParam p_param) const=0; - virtual JointType joint_get_type(RID p_joint) const=0; + virtual JointType joint_get_type(RID p_joint) const=0; #endif /* QUERY API */ |
