Update Node::get_configuration_warnings signature
This commit is contained in:
parent
bf37a9bac6
commit
d3852deaa4
132 changed files with 217 additions and 213 deletions
|
|
@ -327,8 +327,8 @@ float GPUParticles2D::get_interp_to_end() const {
|
|||
return interp_to_end_factor;
|
||||
}
|
||||
|
||||
PackedStringArray GPUParticles2D::get_configuration_warnings() const {
|
||||
PackedStringArray warnings = Node2D::get_configuration_warnings();
|
||||
Array GPUParticles2D::get_configuration_warnings() const {
|
||||
Array warnings = Node2D::get_configuration_warnings();
|
||||
|
||||
if (process_material.is_null()) {
|
||||
warnings.push_back(RTR("A material to process the particles is not assigned, so no behavior is imprinted."));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue