mirror of
https://github.com/TTimo/GtkRadiant.git
synced 2025-01-09 19:41:04 +00:00
radiant: set MAX_PATCH_WIDTH and MAX_PATCH_HEIGHT to 32 like MAX_PATCH_SIZE in q3map2
fix #682
This commit is contained in:
parent
97d3d87946
commit
921d3aacdc
1 changed files with 2 additions and 2 deletions
|
@ -344,8 +344,8 @@ typedef struct {
|
|||
#define MIN_PATCH_WIDTH 3
|
||||
#define MIN_PATCH_HEIGHT 3
|
||||
|
||||
#define MAX_PATCH_WIDTH 16
|
||||
#define MAX_PATCH_HEIGHT 16
|
||||
#define MAX_PATCH_WIDTH 32
|
||||
#define MAX_PATCH_HEIGHT 32
|
||||
|
||||
// patch type info
|
||||
// type in lower 16 bits, flags in upper
|
||||
|
|
Loading…
Reference in a new issue