Reduce change frequency limit for texscaling.

Since we have the texels limit now, this should allow more textures to be
scaled safely.  Also, it may detect alpha optimizations in more textures,
since we currently skip them for frequently changed textures.
This commit is contained in:
Unknown W. Brackets
2014-06-14 10:49:13 -07:00
parent 0620c6edc7
commit d8eaeab663
+1 -1
View File
@@ -51,7 +51,7 @@
#define TEXCACHE_DECIMATION_INTERVAL 13
// Changes more frequent than this will be considered "frequent" and prevent texture scaling.
#define TEXCACHE_FRAME_CHANGE_FREQUENT 15
#define TEXCACHE_FRAME_CHANGE_FREQUENT 6
#define TEXCACHE_NAME_CACHE_SIZE 16