diff --git a/source/build/src/voxmodel.cpp b/source/build/src/voxmodel.cpp index 7fd28ed4d..33483ca9b 100644 --- a/source/build/src/voxmodel.cpp +++ b/source/build/src/voxmodel.cpp @@ -1082,7 +1082,7 @@ int32_t polymost_voxdraw(voxmodel_t *m, tspriteptr_t const tspr) float pc[4]; - pc[0] = pc[1] = pc[2] = ((float)numshades - min(max((globalshade * hw_shadescale) + m->shadeoff, 0.f), (float)numshades)) / (float)numshades; + pc[0] = pc[1] = pc[2] = 1.f; auto& h = hictinting[globalpal]; if (h.f & (HICTINT_USEONART|HICTINT_ALWAYSUSEART))