summaryrefslogtreecommitdiff
path: root/scene/3d/decal.h
diff options
context:
space:
mode:
Diffstat (limited to 'scene/3d/decal.h')
-rw-r--r--scene/3d/decal.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/scene/3d/decal.h b/scene/3d/decal.h
index 095579d775..20d86ee16c 100644
--- a/scene/3d/decal.h
+++ b/scene/3d/decal.h
@@ -62,6 +62,10 @@ private:
float distance_fade_begin = 10.0;
float distance_fade_length = 1.0;
+#ifdef TOOLS_ENABLED
+ void _validate_property(PropertyInfo &property) const override;
+#endif
+
protected:
static void _bind_methods();