Allow alias textures up to 1024x1024.

Blender's default texture size is 1024x1024, and there doesn't seem to be
any reason not to support it.
This commit is contained in:
Bill Currie 2012-04-15 14:13:05 +09:00
parent 6f026e9116
commit 7fc700b802
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@
#define WARP_WIDTH 320
#define WARP_HEIGHT 200
#define MAX_LBM_HEIGHT 480
#define MAX_LBM_HEIGHT 1024
typedef struct
{