Update C sources
This commit is contained in:
parent
02424e2e10
commit
bd6bf15356
53 changed files with 62247 additions and 9914 deletions
|
@ -39,7 +39,7 @@ func main() {
|
|||
|
||||
for !rl.WindowShouldClose() {
|
||||
// Refill audio stream if required
|
||||
if rl.IsAudioBufferProcessed(stream) {
|
||||
if rl.IsAudioStreamProcessed(stream) {
|
||||
numSamples := int32(0)
|
||||
if samplesLeft >= maxSamplesPerUpdate {
|
||||
numSamples = maxSamplesPerUpdate
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue