You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-12 13:20:55 +00:00
Update Node::get_configuration_warnings signature
This commit is contained in:
@@ -193,8 +193,8 @@ bool CPUParticles3D::get_fractional_delta() const {
|
||||
return fractional_delta;
|
||||
}
|
||||
|
||||
PackedStringArray CPUParticles3D::get_configuration_warnings() const {
|
||||
PackedStringArray warnings = GeometryInstance3D::get_configuration_warnings();
|
||||
Array CPUParticles3D::get_configuration_warnings() const {
|
||||
Array warnings = GeometryInstance3D::get_configuration_warnings();
|
||||
|
||||
bool mesh_found = false;
|
||||
bool anim_material_found = false;
|
||||
|
||||
Reference in New Issue
Block a user