fix build

This commit is contained in:
Nilsen Filc
2015-07-21 22:51:16 +02:00
parent 0c00f00208
commit 3283085faf

View File

@@ -19,7 +19,7 @@ namespace lime {
for (int i = 0; i < 256; i++) {
__alpha16[i] = ceil ((i + 1) * ((1 << 16) / 0xFF));
__alpha16[i] = ceil ((float)(i + 1) * ((1 << 16) / 0xFF));
}
@@ -208,4 +208,4 @@ namespace lime {
}
#endif
#endif