Move renderers a bit closer together
This commit is contained in:
parent
41985945f6
commit
37c69a8009
11 changed files with 611 additions and 1165 deletions
|
@ -203,7 +203,8 @@ static void R_LoadLightmaps( lump_t *l ) {
|
|||
}
|
||||
}
|
||||
tr.lightmaps[i] = R_CreateImage( va("*lightmap%d",i), image,
|
||||
LIGHTMAP_SIZE, LIGHTMAP_SIZE, qfalse, qfalse, GL_CLAMP_TO_EDGE );
|
||||
LIGHTMAP_SIZE, LIGHTMAP_SIZE, IMGTYPE_COLORALPHA,
|
||||
IMGFLAG_NOLIGHTSCALE | IMGFLAG_NO_COMPRESSION | IMGFLAG_CLAMPTOEDGE, 0 );
|
||||
}
|
||||
|
||||
if ( r_lightmap->integer == 2 ) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue