From a3462c97adc63461b12462d57c75a67ce54cecfd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Verschelde?= Date: Mon, 3 Jun 2019 11:18:09 +0200 Subject: Bind missing FLAG_DISABLE_Z enum value in ParticlesMaterial Fixes #29419. --- scene/resources/particles_material.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'scene/resources/particles_material.cpp') diff --git a/scene/resources/particles_material.cpp b/scene/resources/particles_material.cpp index ef67e6ea80..758475b75e 100644 --- a/scene/resources/particles_material.cpp +++ b/scene/resources/particles_material.cpp @@ -1186,6 +1186,7 @@ void ParticlesMaterial::_bind_methods() { BIND_ENUM_CONSTANT(FLAG_ALIGN_Y_TO_VELOCITY); BIND_ENUM_CONSTANT(FLAG_ROTATE_Y); + BIND_ENUM_CONSTANT(FLAG_DISABLE_Z); BIND_ENUM_CONSTANT(FLAG_MAX); BIND_ENUM_CONSTANT(EMISSION_SHAPE_POINT); -- cgit v1.2.3