Completion fixes
This commit is contained in:
@@ -28,9 +28,6 @@ import lime.utils.ByteArray;
|
|||||||
class Assets {
|
class Assets {
|
||||||
|
|
||||||
|
|
||||||
public static var POWER_OF_TWO = 0x00001;
|
|
||||||
public static var PREMULTIPLIED = 0x00002;
|
|
||||||
|
|
||||||
public static var cache = new AssetCache ();
|
public static var cache = new AssetCache ();
|
||||||
public static var libraries (default, null) = new Map <String, AssetLibrary> ();
|
public static var libraries (default, null) = new Map <String, AssetLibrary> ();
|
||||||
|
|
||||||
|
|||||||
@@ -26,7 +26,7 @@ class Application extends Module {
|
|||||||
public var window (get, null):Window;
|
public var window (get, null):Window;
|
||||||
public var windows (default, null):Array<Window>;
|
public var windows (default, null):Array<Window>;
|
||||||
|
|
||||||
private var __handle:Dynamic;
|
@:noCompletion private var __handle:Dynamic;
|
||||||
|
|
||||||
|
|
||||||
public function new () {
|
public function new () {
|
||||||
@@ -218,7 +218,7 @@ class Application extends Module {
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
private inline function get_window ():Window {
|
@:noCompletion private inline function get_window ():Window {
|
||||||
|
|
||||||
return windows[0];
|
return windows[0];
|
||||||
|
|
||||||
|
|||||||
@@ -603,6 +603,7 @@ class DefaultAssetLibrary extends AssetLibrary {
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
#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::
|
||||||
@@ -625,4 +626,5 @@ class DefaultAssetLibrary extends AssetLibrary {
|
|||||||
::end::
|
::end::
|
||||||
|
|
||||||
#end
|
#end
|
||||||
|
#end
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user