Adding audio handler fix for new lime changes to asset data

This commit is contained in:
underscorediscovery
2013-09-19 22:30:55 -02:30
parent f3e908cf62
commit 8b28604f8e

View File

@@ -98,7 +98,7 @@ class AudioHandler {
}
#if lime_native
var _handle = nme_sound_from_file( nme.AssetData.path.get(_file), _music);
var _handle = nme_sound_from_file( lime.AssetData.path.get(_file), _music);
var _sound = new Sound(_handle);
sounds.set(_name, _sound);
#end //lime_native