diff options
Diffstat (limited to 'scene/3d/decal.h')
-rw-r--r-- | scene/3d/decal.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scene/3d/decal.h b/scene/3d/decal.h index 171b52815a..3bc6664afd 100644 --- a/scene/3d/decal.h +++ b/scene/3d/decal.h @@ -69,7 +69,7 @@ protected: #endif // DISABLE_DEPRECATED public: - virtual PackedStringArray get_configuration_warnings() const override; + virtual Array get_configuration_warnings() const override; void set_size(const Vector3 &p_size); Vector3 get_size() const; |