summaryrefslogtreecommitdiffstats
path: root/scene/resources/material.h
diff options
context:
space:
mode:
Diffstat (limited to 'scene/resources/material.h')
-rw-r--r--scene/resources/material.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/scene/resources/material.h b/scene/resources/material.h
index 06522e6470..073403f71e 100644
--- a/scene/resources/material.h
+++ b/scene/resources/material.h
@@ -106,7 +106,9 @@ protected:
static void _bind_methods();
+#ifdef TOOLS_ENABLED
void get_argument_options(const StringName &p_function, int p_idx, List<String> *r_options) const override;
+#endif
virtual bool _can_do_next_pass() const override;
virtual bool _can_use_render_priority() const override;