mirror of
https://github.com/godotengine/godot.git
synced 2025-03-01 23:21:39 +08:00
Merge pull request #13424 from MillionOstrich/particles-pause-fix
Stop particles resetting on pause.
This commit is contained in:
commit
4d6f8f89ed
@ -116,7 +116,7 @@ void main() {
|
||||
#endif
|
||||
}
|
||||
|
||||
} else {
|
||||
} else if(delta > 0.0) {
|
||||
if (restart_phase >= prev_system_phase) {
|
||||
restart=true;
|
||||
#ifdef USE_FRACTIONAL_DELTA
|
||||
|
Loading…
Reference in New Issue
Block a user