summaryrefslogtreecommitdiff
path: root/scene/resources/environment.h
diff options
context:
space:
mode:
Diffstat (limited to 'scene/resources/environment.h')
-rw-r--r--scene/resources/environment.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/scene/resources/environment.h b/scene/resources/environment.h
index a7c0e2a03d..3a6906aa27 100644
--- a/scene/resources/environment.h
+++ b/scene/resources/environment.h
@@ -224,10 +224,10 @@ public:
void set_ssr_max_steps(int p_steps);
int get_ssr_max_steps() const;
- void set_ssr_fade_in(float p_transition);
+ void set_ssr_fade_in(float p_fade_in);
float get_ssr_fade_in() const;
- void set_ssr_fade_out(float p_transition);
+ void set_ssr_fade_out(float p_fade_out);
float get_ssr_fade_out() const;
void set_ssr_depth_tolerance(float p_depth_tolerance);