Update DefaultAssetLibrary for newer aether Flash embed method
This commit is contained in:
@@ -605,8 +605,8 @@ class DefaultAssetLibrary extends AssetLibrary {
|
|||||||
#if !display
|
#if !display
|
||||||
#if flash
|
#if flash
|
||||||
|
|
||||||
::foreach assets::::if (embed)::::if (type == "image")::@:keep class __ASSET__::flatName:: extends flash.display.BitmapData { public function new () { super (0, 0, true, 0); } }::else::@:keep class __ASSET__::flatName:: extends ::flashClass:: { }::end::::end::
|
//::foreach assets::::if (embed)::::if (type == "image")::@:keep class __ASSET__::flatName:: extends flash.display.BitmapData { public function new () { super (0, 0, true, 0); } }::else::@:keep class __ASSET__::flatName:: extends ::flashClass:: { }::end::::end::
|
||||||
::end::
|
//::end::
|
||||||
|
|
||||||
#elseif html5
|
#elseif html5
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user