Bind missing FLAG_DISABLE_Z enum value in ParticlesMaterial

Fixes #29419.

(cherry picked from commit a3462c97ad)
This commit is contained in:
Rémi Verschelde
2019-06-03 11:18:09 +02:00
parent e66122e0bf
commit 4d6517fad3
2 changed files with 7 additions and 1 deletions

View File

@ -1187,6 +1187,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);