Adjust details
This commit is contained in:
parent
92968360a1
commit
cacd5f84a9
4 changed files with 6 additions and 4 deletions
|
@ -1638,8 +1638,8 @@ void LCR_rendererDrawLOD(void)
|
|||
variability = variability < 14 ? variability + 1 : 0;
|
||||
bx = j * 8 + 4;
|
||||
|
||||
_LCR_rendererDrawLODBlock(bx,by,bz,(4 * LCR_EFFECTIVE_RESOLUTION_Y)
|
||||
/ 3,LCR_SETTING_LOD_COLOR,variability);
|
||||
_LCR_rendererDrawLODBlock(bx,by,bz,2 * LCR_EFFECTIVE_RESOLUTION_Y,
|
||||
LCR_SETTING_LOD_COLOR,variability);
|
||||
}
|
||||
|
||||
byte >>= 1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue