Compile fixes

This commit is contained in:
Joshua Granick
2018-04-26 12:11:05 -07:00
parent c05061c970
commit 3b9e572f8b
2 changed files with 2 additions and 2 deletions

View File

@@ -7,7 +7,7 @@ package lime.app;
#end
@:allow(lime.app.Future)
#if !js @:generic #end
#if (!hl && !js) @:generic #end
class Promise<T> {

View File

@@ -35,7 +35,7 @@ abstract RGBA(#if flash Int #else UInt #end) from Int to Int from UInt to UInt {
}
__clamp = new UInt8Array (0xFF + 0xFF);
__clamp = new UInt8Array (0xFF + 0xFF + 1);
for (i in 0...0xFF) {