Remove comment
This commit is contained in:
parent
33522dd6c5
commit
a4220f5a12
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue