Fix support for Android/ARM64
This commit is contained in:
@@ -1972,7 +1972,7 @@ namespace lime {
|
||||
|
||||
if (AbstractToJObject (inValue, obj)) {
|
||||
|
||||
return alloc_int ((int)obj);
|
||||
return alloc_float ((uintptr_t)obj);
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user