From c624bb493590f4261303179a4a09854d62ce4a8e Mon Sep 17 00:00:00 2001 From: Valerio Santinelli Date: Fri, 2 Oct 2015 23:40:01 +0200 Subject: [PATCH] Wrong check in default assets library --- templates/haxe/DefaultAssetLibrary.hx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/haxe/DefaultAssetLibrary.hx b/templates/haxe/DefaultAssetLibrary.hx index 579571601..a8fe0078b 100644 --- a/templates/haxe/DefaultAssetLibrary.hx +++ b/templates/haxe/DefaultAssetLibrary.hx @@ -712,7 +712,7 @@ class DefaultAssetLibrary extends AssetLibrary { if (!className.exists (asset.id)) { - #if ios || tvos + #if (ios || tvos) path.set (asset.id, "assets/" + asset.path); #else path.set (asset.id, asset.path);