summaryrefslogtreecommitdiffstats
path: root/scene/2d/parallax_layer.h
diff options
context:
space:
mode:
authorRedMser <redmser.jj2@gmail.com>2023-07-05 15:41:44 +0200
committerRedMser <redmser.jj2@gmail.com>2024-02-08 23:05:20 +0100
commitd3852deaa450d77edb30df2bb1c77bd7bc45befc (patch)
treee25fb2b4795f3ffec816349a7080ef95f3406a24 /scene/2d/parallax_layer.h
parentbf37a9bac6ebfb09c0a374260c35ede8373ce427 (diff)
downloadredot-engine-d3852deaa450d77edb30df2bb1c77bd7bc45befc.tar.gz
Update Node::get_configuration_warnings signature
Diffstat (limited to 'scene/2d/parallax_layer.h')
-rw-r--r--scene/2d/parallax_layer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/scene/2d/parallax_layer.h b/scene/2d/parallax_layer.h
index 22fa0dd51c..dbf9386198 100644
--- a/scene/2d/parallax_layer.h
+++ b/scene/2d/parallax_layer.h
@@ -59,7 +59,7 @@ public:
void set_base_offset_and_scale(const Point2 &p_offset, real_t p_scale);
- PackedStringArray get_configuration_warnings() const override;
+ Array get_configuration_warnings() const override;
ParallaxLayer();
};