summaryrefslogtreecommitdiff
path: root/scene/3d/world_environment.h
diff options
context:
space:
mode:
Diffstat (limited to 'scene/3d/world_environment.h')
-rw-r--r--scene/3d/world_environment.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/scene/3d/world_environment.h b/scene/3d/world_environment.h
index 07f243c750..cc46a06b4c 100644
--- a/scene/3d/world_environment.h
+++ b/scene/3d/world_environment.h
@@ -55,7 +55,7 @@ public:
void set_camera_attributes(const Ref<CameraAttributes> &p_camera_attributes);
Ref<CameraAttributes> get_camera_attributes() const;
- TypedArray<String> get_configuration_warnings() const override;
+ PackedStringArray get_configuration_warnings() const override;
WorldEnvironment();
};