summaryrefslogtreecommitdiff
path: root/scene/3d/lightmap_gi.h
diff options
context:
space:
mode:
Diffstat (limited to 'scene/3d/lightmap_gi.h')
-rw-r--r--scene/3d/lightmap_gi.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/scene/3d/lightmap_gi.h b/scene/3d/lightmap_gi.h
index 66acf4f487..d29d7a7c28 100644
--- a/scene/3d/lightmap_gi.h
+++ b/scene/3d/lightmap_gi.h
@@ -267,7 +267,6 @@ public:
GenerateProbes get_generate_probes() const;
AABB get_aabb() const override;
- Vector<Face3> get_faces(uint32_t p_usage_flags) const override;
BakeError bake(Node *p_from_node, String p_image_data_path = "", Lightmapper::BakeStepFunc p_bake_step = nullptr, void *p_bake_userdata = nullptr);
LightmapGI();