mirror of
https://github.com/love2d/love.git
synced 2026-08-16 16:20:42 +02:00
Another fix for seeking in audio sources
This commit is contained in:
@@ -264,7 +264,6 @@ namespace openal
|
||||
// let's empty them.
|
||||
stopAtomic(false);
|
||||
playAtomic();
|
||||
toLoop = 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -425,6 +424,7 @@ namespace openal
|
||||
}
|
||||
if (rewind)
|
||||
rewindAtomic();
|
||||
toLoop = 0;
|
||||
valid = false;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user