Skip to content

Commit

Permalink
fix: #4 don't reset invertal until next cycle
Browse files Browse the repository at this point in the history
  • Loading branch information
mpcarr committed Sep 19, 2023
1 parent 0261a4e commit 102c346
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion light-controller.vbs
Original file line number Diff line number Diff line change
Expand Up @@ -1264,7 +1264,7 @@ Class LCSeq

Public Property Let UpdateInterval(input)
m_updateInterval = input
m_Frames = input
'm_Frames = input
End Property

Public Property Get Repeat()
Expand Down

0 comments on commit 102c346

Please sign in to comment.