You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
Update Node::get_configuration_warnings signature
This commit is contained in:
@@ -296,8 +296,8 @@ bool GPUParticles3D::get_interpolate() const {
|
||||
return interpolate;
|
||||
}
|
||||
|
||||
PackedStringArray GPUParticles3D::get_configuration_warnings() const {
|
||||
PackedStringArray warnings = GeometryInstance3D::get_configuration_warnings();
|
||||
Array GPUParticles3D::get_configuration_warnings() const {
|
||||
Array warnings = GeometryInstance3D::get_configuration_warnings();
|
||||
|
||||
bool meshes_found = false;
|
||||
bool anim_material_found = false;
|
||||
|
||||
Reference in New Issue
Block a user