From a4220f5a1210cb0bf559cf0fa12447ba8d0496e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miloslav=20=C4=8C=C3=AD=C5=BE?= Date: Sun, 16 Sep 2018 14:52:53 +0200 Subject: [PATCH] Remove comment --- demo3.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demo3.cpp b/demo3.cpp index 19050f0..95fc699 100644 --- a/demo3.cpp +++ b/demo3.cpp @@ -479,7 +479,7 @@ inline void pixelFunc(PixelInfo *pixel) { if (previousColumn == pixel->position.x) { - c = imageBackground[2 + backgroundColumn * 44 + clamp(pixel->position.y - player.mCamera.shear,0,43)] ; //min(pixel->position.y,43)]; + c = imageBackground[2 + backgroundColumn * 44 + clamp(pixel->position.y - player.mCamera.shear,0,43)]; } else {