This commit is contained in:
Miloslav Číž 2018-09-23 22:44:52 +02:00
parent 3991e25de5
commit 6c95095866

View file

@ -953,7 +953,7 @@ int16_t intensity = 0;
#ifndef NO_MIRROR
intensity = pixel->isFloor ?
-1 * (pixel->depth - mirror * 64) / RCL_UNITS_PER_SQUARE : 0;
-1 * (pixel->depth - mirror * 128) / RCL_UNITS_PER_SQUARE : 0;
#else
intensity = -1 * pixel->depth / (RCL_UNITS_PER_SQUARE * 2);
#endif