increased MAX_TEXTURE_SCALES to 16

This commit is contained in:
hap 2015-08-15 23:55:52 +02:00
parent 167cfae017
commit ee761ff79b

View File

@ -436,7 +436,7 @@ private:
void get_scaled(UINT32 dwidth, UINT32 dheight, render_texinfo &texinfo, render_primitive_list &primlist);
const rgb_t *get_adjusted_palette(render_container &container);
static const int MAX_TEXTURE_SCALES = 8;
static const int MAX_TEXTURE_SCALES = 16;
// a scaled_texture contains a single scaled entry for a texture
struct scaled_texture