Adjust details

This commit is contained in:
Miloslav Ciz 2025-03-24 23:30:21 +01:00
parent 92968360a1
commit cacd5f84a9
4 changed files with 6 additions and 4 deletions

View file

@ -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;