mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-06 06:01:46 +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
|
||||
break
|
||||
end
|
||||
return ret
|
||||
next ret
|
||||
}
|
||||
playThenDelete = proc { |path,volume,length,_async|
|
||||
next if !path || !safeExists?(path)
|
||||
|
||||
Reference in New Issue
Block a user