mirror of
https://github.com/Stone-Red-Code/StoneRed.LogicSimulator.git
synced 2026-09-04 09:06:29 +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));
|
}, null, TimeSpan.FromSeconds(1), TimeSpan.FromSeconds(1));
|
||||||
|
|
||||||
|
logicGatesUpdated = true;
|
||||||
|
|
||||||
while (IsRunning)
|
while (IsRunning)
|
||||||
{
|
{
|
||||||
tps++;
|
tps++;
|
||||||
|
|||||||
Reference in New Issue
Block a user