Fix issues with CPUParticles and related conversion from Particles. Closes #20126
This commit is contained in:
parent
0e8f2c81cc
commit
ec85fd554b
6 changed files with 29 additions and 4 deletions
|
|
@ -2066,6 +2066,7 @@ void VisualServer::_bind_methods() {
|
|||
BIND_ENUM_CONSTANT(INSTANCE_GEOMETRY_MASK);
|
||||
|
||||
BIND_ENUM_CONSTANT(INSTANCE_FLAG_USE_BAKED_LIGHT);
|
||||
BIND_ENUM_CONSTANT(INSTANCE_FLAG_REDRAW_FRAME_IF_VISIBLE);
|
||||
BIND_ENUM_CONSTANT(INSTANCE_FLAG_MAX);
|
||||
|
||||
BIND_ENUM_CONSTANT(SHADOW_CASTING_SETTING_OFF);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue