iOS buildfix.

This commit is contained in:
Unknown W. Brackets 2013-11-03 01:08:48 -08:00
parent 5613b86864
commit e33b7fa1a4

View file

@ -44,6 +44,10 @@
// Try to be prime to other decimation intervals.
#define TEXCACHE_DECIMATION_INTERVAL 13
#ifndef GL_UNPACK_ROW_LENGTH
#define GL_UNPACK_ROW_LENGTH 0x0CF2
#endif
extern int g_iNumVideos;
TextureCache::TextureCache() : clearCacheNextFrame_(false), lowMemoryMode_(false), clutBuf_(NULL) {