mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-29 23:52:22 +00:00
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:
parent
6f026e9116
commit
7fc700b802
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@
|
||||||
#define WARP_WIDTH 320
|
#define WARP_WIDTH 320
|
||||||
#define WARP_HEIGHT 200
|
#define WARP_HEIGHT 200
|
||||||
|
|
||||||
#define MAX_LBM_HEIGHT 480
|
#define MAX_LBM_HEIGHT 1024
|
||||||
|
|
||||||
typedef struct
|
typedef struct
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue