Merge pull request #38743 from arrowinaknee/node-config-warnings
Update all get_configuration_warning() to retrieve warnings from the parent
This commit is contained in:
commit
12091b39d2
40 changed files with 284 additions and 114 deletions
|
|
@ -254,7 +254,7 @@ bool CPUParticles2D::get_fractional_delta() const {
|
|||
}
|
||||
|
||||
String CPUParticles2D::get_configuration_warning() const {
|
||||
String warnings;
|
||||
String warnings = Node2D::get_configuration_warning();
|
||||
|
||||
CanvasItemMaterial *mat = Object::cast_to<CanvasItemMaterial>(get_material().ptr());
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue