Skip to content

Commit

Permalink
Fixed example project build (#222)
Browse files Browse the repository at this point in the history
  • Loading branch information
orchetect committed Feb 3, 2025
1 parent fcef261 commit ef5e786
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,10 @@ import SwiftUI
// update generator frame rate by triggering a locate
locate(localFrameRate: localFrameRate)
}
logger.debug("Starting at \(generatorTC.stringValue())")

let debugTimecode = generatorTC.stringValue()
logger.debug("Starting at \(debugTimecode)")

mtcGen.start(now: generatorTC)
}

Expand Down

0 comments on commit ef5e786

Please sign in to comment.