diff options
author | Anilforextra <anilforextra@gmail.com> | 2020-09-05 14:31:56 +0545 |
---|---|---|
committer | Anilforextra <anilforextra@gmail.com> | 2020-09-05 14:31:56 +0545 |
commit | 5705e0d3090ecc935df223afe643542d9941f5da (patch) | |
tree | bde9d76d12c148211c7a68b7cdd8c42b3830a256 /servers/rendering_server.h | |
parent | c4865921ec8f2a4f5d3440b2b2abe5dbe289a4b9 (diff) |
Fixed Some typos.
Diffstat (limited to 'servers/rendering_server.h')
-rw-r--r-- | servers/rendering_server.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/servers/rendering_server.h b/servers/rendering_server.h index 38b4dec658..c68acbc891 100644 --- a/servers/rendering_server.h +++ b/servers/rendering_server.h @@ -872,7 +872,7 @@ public: ENV_VOLUMETRIC_FOG_SHADOW_FILTER_HIGH, }; - virtual void environment_set_volumetric_fog(RID p_env, bool p_enable, float p_density, const Color &p_light, float p_light_energy, float p_lenght, float p_detail_spread, float p_gi_inject, EnvVolumetricFogShadowFilter p_shadow_filter) = 0; + virtual void environment_set_volumetric_fog(RID p_env, bool p_enable, float p_density, const Color &p_light, float p_light_energy, float p_length, float p_detail_spread, float p_gi_inject, EnvVolumetricFogShadowFilter p_shadow_filter) = 0; virtual void environment_set_volumetric_fog_volume_size(int p_size, int p_depth) = 0; virtual void environment_set_volumetric_fog_filter_active(bool p_enable) = 0; virtual void environment_set_volumetric_fog_directional_shadow_shrink_size(int p_shrink_size) = 0; |