From 8b28604f8e2294dfbff3a1c4be75e3c03b991d9a Mon Sep 17 00:00:00 2001 From: underscorediscovery Date: Thu, 19 Sep 2013 22:30:55 -0230 Subject: [PATCH] Adding audio handler fix for new lime changes to asset data --- lime/AudioHandler.hx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lime/AudioHandler.hx b/lime/AudioHandler.hx index c957f5cea..303e052d1 100644 --- a/lime/AudioHandler.hx +++ b/lime/AudioHandler.hx @@ -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