parent
ef45c16667
commit
128721ee4e
1 changed files with 1 additions and 1 deletions
|
|
@ -44,7 +44,7 @@ public sealed class LogicGateSystem : EntitySystem
|
|||
}
|
||||
if (comp.StateB == SignalState.Momentary)
|
||||
{
|
||||
comp.StateB = SignalState.High;
|
||||
comp.StateB = SignalState.Low;
|
||||
}
|
||||
|
||||
// output most likely changed so update it
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue