Change return type of get_configuration_warnings to PackedStringArray
This commit is contained in:
parent
908795301b
commit
aed3822a93
126 changed files with 201 additions and 203 deletions
|
|
@ -188,8 +188,8 @@ bool CPUParticles3D::get_fractional_delta() const {
|
|||
return fractional_delta;
|
||||
}
|
||||
|
||||
TypedArray<String> CPUParticles3D::get_configuration_warnings() const {
|
||||
TypedArray<String> warnings = GeometryInstance3D::get_configuration_warnings();
|
||||
PackedStringArray CPUParticles3D::get_configuration_warnings() const {
|
||||
PackedStringArray warnings = GeometryInstance3D::get_configuration_warnings();
|
||||
|
||||
bool mesh_found = false;
|
||||
bool anim_material_found = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue