|
|
|
@ -58,6 +58,7 @@ struct LeCountdownApp: App { |
|
|
|
switch newPhase { |
|
|
|
switch newPhase { |
|
|
|
case .inactive: |
|
|
|
case .inactive: |
|
|
|
Conductor.maestro.stopMainPlayersIfPossible() |
|
|
|
Conductor.maestro.stopMainPlayersIfPossible() |
|
|
|
|
|
|
|
Conductor.maestro.memoryWarningReceived = false |
|
|
|
case .active: |
|
|
|
case .active: |
|
|
|
Logger.log("onChange(of: scenePhase) active") |
|
|
|
Logger.log("onChange(of: scenePhase) active") |
|
|
|
Logger.log(Conductor.maestro.currentCountdowns.count) |
|
|
|
Logger.log(Conductor.maestro.currentCountdowns.count) |
|
|
|
|