Bind missing FLAG_DISABLE_Z enum value in ParticlesMaterial
Fixes #29419.
(cherry picked from commit a3462c97ad)
This commit is contained in:
@ -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);
|
||||
|
||||
Reference in New Issue
Block a user