mirror of
https://github.com/TTimo/GtkRadiant.git
synced 2024-11-14 00:41:08 +00:00
bump the number of texture directories, 128 -> 1024. issue #186
This commit is contained in:
parent
e82eb1e37e
commit
6326d84195
1 changed files with 1 additions and 2 deletions
|
@ -688,8 +688,7 @@ extern qboolean g_bShowAllShaders;
|
||||||
//
|
//
|
||||||
// texwindow.cpp
|
// texwindow.cpp
|
||||||
//
|
//
|
||||||
//++timo TODO: we can probably raise the MAX_TEXTUREDIRS limit?
|
#define MAX_TEXTUREDIRS 1024
|
||||||
#define MAX_TEXTUREDIRS 256
|
|
||||||
|
|
||||||
extern CPtrArray g_lstSkinCache;
|
extern CPtrArray g_lstSkinCache;
|
||||||
qtexture_t *QERApp_LoadTextureRGBA( unsigned char* pPixels, int nWidth, int nHeight );
|
qtexture_t *QERApp_LoadTextureRGBA( unsigned char* pPixels, int nWidth, int nHeight );
|
||||||
|
|
Loading…
Reference in a new issue