Merge pull request #516 from Hasufel/patch-1

fix build
This commit is contained in:
Joshua Granick
2015-07-21 13:51:55 -07:00

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