Merge pull request #13424 from MillionOstrich/particles-pause-fix
Stop particles resetting on pause.
This commit is contained in:
commit
4d6f8f89ed
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue