Fix CPU usage

Stein Ivar Berghei 2022-11-18 23:22:16 +01:00
parent 11956da390
commit c14d4538b8
1 changed files with 0 additions and 4 deletions

View File

@ -99,10 +99,6 @@ func IsPaused() bool {
}
func update() {
if pause {
return
}
mu.Lock()
mixer.Stream(samples)
mu.Unlock()