summaryrefslogtreecommitdiff
path: root/scene/3d/voxel_gi.h
diff options
context:
space:
mode:
Diffstat (limited to 'scene/3d/voxel_gi.h')
-rw-r--r--scene/3d/voxel_gi.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/scene/3d/voxel_gi.h b/scene/3d/voxel_gi.h
index b31ae4cd95..fc10091d4f 100644
--- a/scene/3d/voxel_gi.h
+++ b/scene/3d/voxel_gi.h
@@ -157,7 +157,7 @@ public:
virtual AABB get_aabb() const override;
- TypedArray<String> get_configuration_warnings() const override;
+ PackedStringArray get_configuration_warnings() const override;
VoxelGI();
~VoxelGI();