Fixed bug that setting frequency didn't work

This commit is contained in:
dankito 2020-09-30 04:44:00 +02:00
parent 210ca5a41f
commit b7f9a2a5f7
1 changed files with 3 additions and 3 deletions

View File

@ -20,7 +20,7 @@ struct FlickerCodeTanView: View {
@State private var showBit4: Bool = true @State private var showBit4: Bool = true
@State private var showBit5: 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 private var tanMethodSettings: TanMethodSettings? = nil