whoops, left a bit of debugging enabled
This commit is contained in:
parent
6f1712dafe
commit
786f6fc525
1 changed files with 1 additions and 1 deletions
|
@ -1614,7 +1614,7 @@ const void *RB_PostProcess(const void *data)
|
||||||
FBO_BlitFromTexture(tr.sunShadowDepthImage[3], NULL, NULL, NULL, dstBox, NULL, NULL, 0);
|
FBO_BlitFromTexture(tr.sunShadowDepthImage[3], NULL, NULL, NULL, dstBox, NULL, NULL, 0);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (1 && r_shadows->integer == 4)
|
if (0 && r_shadows->integer == 4)
|
||||||
{
|
{
|
||||||
ivec4_t dstBox;
|
ivec4_t dstBox;
|
||||||
VectorSet4(dstBox, 512 + 0, glConfig.vidHeight - 128, 128, 128);
|
VectorSet4(dstBox, 512 + 0, glConfig.vidHeight - 128, 128, 128);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue