mirror of
https://github.com/godotengine/godot.git
synced 2025-11-08 09:31:34 +00:00
Particles2D: set emitting if not set before generating Visibility Rect
and removed not needed running zeroing in ParticlesEditor::_generate_aabb
This commit is contained in:
parent
1c17c2b9b3
commit
e11e080fa2
2 changed files with 15 additions and 1 deletions
|
|
@ -335,7 +335,6 @@ void ParticlesEditor::_generate_aabb() {
|
|||
OS::get_singleton()->delay_usec(1000);
|
||||
}
|
||||
|
||||
running = 0.0;
|
||||
AABB rect;
|
||||
|
||||
while (running < time) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue