Stop particles resetting on pause.
This commit is contained in:
parent
9678231b10
commit
9ecde5524d
1 changed files with 1 additions and 1 deletions
|
@ -116,7 +116,7 @@ void main() {
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
} else {
|
} else if(delta > 0.0) {
|
||||||
if (restart_phase >= prev_system_phase) {
|
if (restart_phase >= prev_system_phase) {
|
||||||
restart=true;
|
restart=true;
|
||||||
#ifdef USE_FRACTIONAL_DELTA
|
#ifdef USE_FRACTIONAL_DELTA
|
||||||
|
|
Loading…
Reference in a new issue