Stop particles resetting on pause.

This commit is contained in:
MillionOstrich 2017-11-30 17:44:24 +00:00
parent 9678231b10
commit 9ecde5524d

View file

@ -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