mirror of
https://github.com/The-Powder-Toy/The-Powder-Toy.git
synced 2025-04-12 18:32:33 +02:00
elements are only recounted when unpaused, apparently
This commit is contained in:
parent
2d7934bca6
commit
b9c658ae20
@ -4954,7 +4954,7 @@ void Simulation::RecalcFreeParticles()
|
||||
parts[lastPartUnused].life = parts_lastActiveIndex+1;
|
||||
}
|
||||
parts_lastActiveIndex = lastPartUsed;
|
||||
if (elementRecount)
|
||||
if (elementRecount && !sys_pause || framerender)
|
||||
elementRecount = false;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user