summaryrefslogtreecommitdiff
path: root/scene/3d/reflection_probe.h
diff options
context:
space:
mode:
Diffstat (limited to 'scene/3d/reflection_probe.h')
-rw-r--r--scene/3d/reflection_probe.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/scene/3d/reflection_probe.h b/scene/3d/reflection_probe.h
index 738277ad39..5438219d5e 100644
--- a/scene/3d/reflection_probe.h
+++ b/scene/3d/reflection_probe.h
@@ -118,6 +118,8 @@ public:
virtual AABB get_aabb() const override;
+ virtual PackedStringArray get_configuration_warnings() const override;
+
ReflectionProbe();
~ReflectionProbe();
};