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