mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-08 13:44:59 +00:00
Changed a proc's return to next
This commit is contained in:
@@ -108,7 +108,7 @@ def pbPlaySoundData(samples,volume,async=false,sampleFreq=11025)
|
|||||||
ret = name
|
ret = name
|
||||||
break
|
break
|
||||||
end
|
end
|
||||||
return ret
|
next ret
|
||||||
}
|
}
|
||||||
playThenDelete = proc { |path,volume,length,_async|
|
playThenDelete = proc { |path,volume,length,_async|
|
||||||
next if !path || !safeExists?(path)
|
next if !path || !safeExists?(path)
|
||||||
|
|||||||
Reference in New Issue
Block a user