mirror of
https://github.com/ReactionQuake3/reaction.git
synced 2024-11-22 04:11:45 +00:00
IOQ3 commit 2345
This commit is contained in:
parent
a25b2319d3
commit
c792e751f0
1 changed files with 1 additions and 1 deletions
|
@ -1868,7 +1868,7 @@ void R_DecomposeSort( unsigned sort, int *entityNum, shader_t **shader,
|
|||
*fogNum = ( sort >> QSORT_FOGNUM_SHIFT ) & 31;
|
||||
*shader = tr.sortedShaders[ ( sort >> QSORT_SHADERNUM_SHIFT ) & (MAX_SHADERS-1) ];
|
||||
*entityNum = ( sort >> QSORT_REFENTITYNUM_SHIFT ) & REFENTITYNUM_MASK;
|
||||
*pshadowMap = (sort & 2) >> 1;
|
||||
*pshadowMap = (sort >> QSORT_PSHADOW_SHIFT ) & 1;
|
||||
*dlightMap = sort & 1;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue