Fixed segfault due to an off-by-one error in SAVAGE_TEX_MAXLEVELS.

This commit is contained in:
Felix Kuehling 2005-03-24 11:53:19 +00:00
parent 798e753e07
commit 116986bad5
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@
#include "savagecontext.h"
#include "texmem.h"
#define SAVAGE_TEX_MAXLEVELS 11
#define SAVAGE_TEX_MAXLEVELS 12
/** \brief Texture tiling information */
typedef struct savage_tileinfo_t {