@@ -299,8 +299,8 @@ class AudioSource {
|
|||||||
if (buffer != null) {
|
if (buffer != null) {
|
||||||
|
|
||||||
AL.sourceRewind (id);
|
AL.sourceRewind (id);
|
||||||
AL.sourcef (id, AL.SEC_OFFSET, (value + offset) / 1000);
|
|
||||||
if (playing) AL.sourcePlay (id);
|
if (playing) AL.sourcePlay (id);
|
||||||
|
AL.sourcef (id, AL.SEC_OFFSET, (value + offset) / 1000);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -386,4 +386,4 @@ class AudioSource {
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user