From 48c55af5c1d39e9a29cdb2e0c8203e6767f76c57 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Konstantin=20K=C3=A4fer?= Date: Mon, 16 Mar 2015 19:30:08 +0100 Subject: fix sprites for pixel ratios that are not 1 and 2 - OpenGL ES 2 doesn't allow NPOT textures with wrap-around - The Sprite object reported the map's pixelRatio, even though it loaded @2x assets - Copying icons from the sprite into the atlas now uses bilinear scaling to scale up to the actual size --- gyp/cache-sqlite.gypi | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'gyp') diff --git a/gyp/cache-sqlite.gypi b/gyp/cache-sqlite.gypi index 53af8dab59..a9d21924c2 100644 --- a/gyp/cache-sqlite.gypi +++ b/gyp/cache-sqlite.gypi @@ -10,12 +10,11 @@ '../platform/default/sqlite_cache.cpp', '../platform/default/sqlite3.hpp', '../platform/default/sqlite3.cpp', - '../platform/default/compression.hpp', - '../platform/default/compression.cpp', ], 'include_dirs': [ '../include', + '../src', ], 'variables': { -- cgit v1.2.1