mirror of
https://git.code.sf.net/p/quake/newtree
synced 2025-05-30 08:40:39 +00:00
source/gl_rsurf.c:
put lightmaps back to 256 configure.in: give us a --enable-profile
This commit is contained in:
parent
3a77f62a33
commit
ee44cd05e6
2 changed files with 16 additions and 1 deletions
|
@ -75,7 +75,7 @@ cvar_t *gl_colorlights;
|
|||
#define BLOCK_WIDTH 128
|
||||
#define BLOCK_HEIGHT 128
|
||||
|
||||
#define MAX_LIGHTMAPS 64
|
||||
#define MAX_LIGHTMAPS 256
|
||||
int active_lightmaps;
|
||||
|
||||
typedef struct glRect_s {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue