From 6c95095866e6dfec56b7b8458834f02f0e6af989 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miloslav=20=C4=8C=C3=AD=C5=BE?= Date: Sun, 23 Sep 2018 22:44:52 +0200 Subject: [PATCH] Update --- demo2.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demo2.cpp b/demo2.cpp index 1326a3c..552415f 100644 --- a/demo2.cpp +++ b/demo2.cpp @@ -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