diff options
Diffstat (limited to 'scene/resources/environment.h')
-rw-r--r-- | scene/resources/environment.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scene/resources/environment.h b/scene/resources/environment.h index 30f96e97fd..69f18c3424 100644 --- a/scene/resources/environment.h +++ b/scene/resources/environment.h @@ -194,6 +194,9 @@ private: protected: static void _bind_methods(); virtual void _validate_property(PropertyInfo &property) const; +#ifndef DISABLE_DEPRECATED + bool _set(const StringName &p_name, const Variant &p_value); +#endif public: void set_background(BGMode p_bg); |