iOS/tvOS tool fix (when CFFI is unavailable)

This commit is contained in:
Joshua Granick
2018-07-27 10:47:55 -07:00
parent 6f6a773ddb
commit e1322a8878
2 changed files with 2 additions and 2 deletions

View File

@@ -470,7 +470,7 @@ class TVOSPlatform extends PlatformTarget {
if (!FileSystem.exists (imagePath)) {
#if lime
#if (lime && lime_cffi && !macro)
LogHelper.info ("", " - \x1b[1mGenerating image:\x1b[0m " + imagePath);
var image = new Image (null, 0, 0, size.w, size.h, (0xFF << 24) | (project.window.background & 0xFFFFFF));