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 {