mirror of
https://github.com/Stone-Red-Code/StoneRed.LogicSimulator.git
synced 2026-09-04 00:56:23 +02:00
Fix crash when creating new world
This commit is contained in:
@@ -141,6 +141,8 @@ internal class LogicGateSimulator
|
||||
}
|
||||
}, null, TimeSpan.FromSeconds(1), TimeSpan.FromSeconds(1));
|
||||
|
||||
logicGatesUpdated = true;
|
||||
|
||||
while (IsRunning)
|
||||
{
|
||||
tps++;
|
||||
|
||||
Reference in New Issue
Block a user