diff options
author | AndreaCatania <info@andreacatania.com> | 2017-09-30 16:19:07 +0200 |
---|---|---|
committer | AndreaCatania <info@andreacatania.com> | 2017-09-30 16:19:07 +0200 |
commit | 4537977d6dd2a76580d9ab611a18634efab55c74 (patch) | |
tree | 387e51e9bb1ed9b322312243c8b7d520292f3122 /servers/physics_2d_server.h | |
parent | 4f39ce32b9195405f934445b20059e86632b47f9 (diff) |
Renamed fixed_process to physics_process
Diffstat (limited to 'servers/physics_2d_server.h')
-rw-r--r-- | servers/physics_2d_server.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/servers/physics_2d_server.h b/servers/physics_2d_server.h index ddf89663c0..34f885db1d 100644 --- a/servers/physics_2d_server.h +++ b/servers/physics_2d_server.h @@ -283,7 +283,7 @@ public: virtual void space_set_param(RID p_space, SpaceParameter p_param, real_t p_value) = 0; virtual real_t space_get_param(RID p_space, SpaceParameter p_param) const = 0; - // this function only works on fixed process, errors and returns null otherwise + // this function only works on physics process, errors and returns null otherwise virtual Physics2DDirectSpaceState *space_get_direct_state(RID p_space) = 0; virtual void space_set_debug_contacts(RID p_space, int p_max_contacts) = 0; |