summaryrefslogtreecommitdiffstats
path: root/scene/3d/soft_body_3d.h
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2024-02-17 19:03:21 +0100
committerRémi Verschelde <rverschelde@gmail.com>2024-02-17 19:03:21 +0100
commit21f0529aa923e8d337827074f15a5cf83f73c19a (patch)
tree582cdfc9017dd5e655808747394f2008dc481ede /scene/3d/soft_body_3d.h
parent9f76398781fbb7c92c5d25ff0df236f91f3d4b10 (diff)
downloadredot-engine-21f0529aa923e8d337827074f15a5cf83f73c19a.tar.gz
Revert "Update Node::get_configuration_warnings signature"
This reverts commit d3852deaa450d77edb30df2bb1c77bd7bc45befc.
Diffstat (limited to 'scene/3d/soft_body_3d.h')
-rw-r--r--scene/3d/soft_body_3d.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/scene/3d/soft_body_3d.h b/scene/3d/soft_body_3d.h
index b5d31d8440..ab30f7e654 100644
--- a/scene/3d/soft_body_3d.h
+++ b/scene/3d/soft_body_3d.h
@@ -126,7 +126,7 @@ protected:
void _notification(int p_what);
static void _bind_methods();
- Array get_configuration_warnings() const override;
+ PackedStringArray get_configuration_warnings() const override;
public:
RID get_physics_rid() const { return physics_rid; }