add: comm ring buffer reset

This commit is contained in:
Louis Dalibard 2024-10-21 12:18:55 +02:00
parent 1a312e5e4a
commit 76bccc8a90

View File

@ -48,6 +48,7 @@ func main() {
AX = BX
AY = BY
}
//audio.SampleRingBuffer.Reset()
if config.Config.FPSCounter {
rl.DrawFPS(16, config.Config.WindowHeight)
}