Fix audioSource.play if there is no data
This commit is contained in:
@@ -140,7 +140,7 @@ class AudioSource {
|
||||
|
||||
#else
|
||||
|
||||
if (playing) {
|
||||
if (playing || id == 0) {
|
||||
|
||||
return;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user