Fixed bug that setting frequency didn't work
This commit is contained in:
parent
210ca5a41f
commit
b7f9a2a5f7
|
@ -20,7 +20,7 @@ struct FlickerCodeTanView: View {
|
|||
@State private var showBit4: Bool = true
|
||||
@State private var showBit5: Bool = true
|
||||
|
||||
private let animator: FlickerCodeAnimator = FlickerCodeAnimator()
|
||||
@State private var animator: FlickerCodeAnimator = FlickerCodeAnimator() // real curious bug: if @State is omitted setting frequency doesn't work (why?)
|
||||
|
||||
|
||||
private var tanMethodSettings: TanMethodSettings? = nil
|
||||
|
|
Loading…
Reference in New Issue