Fix crash when creating new world

This commit is contained in:
Stone_Red
2026-03-27 15:56:12 +01:00
parent 961beec266
commit cfb7bc76ea
@@ -141,6 +141,8 @@ internal class LogicGateSimulator
} }
}, null, TimeSpan.FromSeconds(1), TimeSpan.FromSeconds(1)); }, null, TimeSpan.FromSeconds(1), TimeSpan.FromSeconds(1));
logicGatesUpdated = true;
while (IsRunning) while (IsRunning)
{ {
tps++; tps++;