Fix support for Android/ARM64

This commit is contained in:
Joshua Granick
2018-07-23 12:23:06 -07:00
parent 80e870a145
commit f17cb93440
2 changed files with 3 additions and 2 deletions

View File

@@ -1972,7 +1972,7 @@ namespace lime {
if (AbstractToJObject (inValue, obj)) {
return alloc_int ((int)obj);
return alloc_float ((uintptr_t)obj);
}