Skip to content

Commit

Permalink
fix: #5 blink sync issue
Browse files Browse the repository at this point in the history
  • Loading branch information
mpcarr committed Sep 19, 2023
1 parent 102c346 commit 081b492
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion light-controller.vbs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
'***********************************************************************************************************************
' Lights State Controller - 0.8.1
' Lights State Controller - 0.8.2
'
' A light state controller for original vpx tables.
'
Expand Down Expand Up @@ -421,6 +421,7 @@ Class LStateController
If m_lights.Exists(light.name) Then

If m_seqs.Exists(light.name & "Blink") Then
m_seqs(light.name & "Blink").ResetInterval
m_seqRunners("lSeqRunner"&CStr(light.name)).AddItem m_seqs(light.name & "Blink")
Else
Dim seq : Set seq = new LCSeq
Expand Down

0 comments on commit 081b492

Please sign in to comment.