summaryrefslogtreecommitdiffstats
path: root/scene/3d/bone_attachment_3d.h
diff options
context:
space:
mode:
authorMarc Gilleron <marc.gilleron@gmail.com>2022-09-19 16:43:15 +0100
committerMarc Gilleron <marc.gilleron@gmail.com>2022-09-19 16:43:15 +0100
commitaed3822a93a54e285bfb711ff91b4cb86ea94841 (patch)
tree5b2ce97169ae411015041e35005984d9cc5762b9 /scene/3d/bone_attachment_3d.h
parent908795301b9e4fcf24b115329a48d7d295c13a1a (diff)
downloadredot-engine-aed3822a93a54e285bfb711ff91b4cb86ea94841.tar.gz
Change return type of `get_configuration_warnings` to `PackedStringArray`
Diffstat (limited to 'scene/3d/bone_attachment_3d.h')
-rw-r--r--scene/3d/bone_attachment_3d.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/scene/3d/bone_attachment_3d.h b/scene/3d/bone_attachment_3d.h
index f85053e614..2db6ba6268 100644
--- a/scene/3d/bone_attachment_3d.h
+++ b/scene/3d/bone_attachment_3d.h
@@ -76,7 +76,7 @@ protected:
#endif // TOOLS_ENABLED
public:
- virtual TypedArray<String> get_configuration_warnings() const override;
+ virtual PackedStringArray get_configuration_warnings() const override;
void set_bone_name(const String &p_name);
String get_bone_name() const;