Remove comment

This commit is contained in:
Miloslav Číž 2018-09-16 14:52:53 +02:00
parent 33522dd6c5
commit a4220f5a12

View file

@ -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
{