Can confirm this bug(Got this before but I forget it).
How to reproduce:
1. Draw a lot of GRVT with newtonian gravity on and let it runs a few frames.
2. Clear screen
3. Draw a lot of WIFI in the region where GRVTs had occupied.
4. Observe that the WIFI breaks due to the leftover g-field
Reloading a save will also have similar effect.
Likely caused by the fact that g-field updates with some latency.
Should be relatively easy to locate the bug, Gravity::Clear() forgets to reset buffers.
But taking care of the buffers without breaking the threads might need some careful reading.
I think its a bug where gravity fields didn't reset even after ctrl+z.Its fixed in the snapshot 42 i guess.
Hmm.This is what changelog of snapshot 42 says
"Fix gravity field appearing after ctrl+z even if gravity is off"
Okay.