This commit is contained in:
Miloslav Číž 2018-09-05 11:43:55 +02:00
parent eba49eb12a
commit fd7c28cc7d

View file

@ -520,6 +520,7 @@ void draw()
c.maxHits = 16; c.maxHits = 16;
c.maxSteps = 16; c.maxSteps = 16;
c.computeTextureCoords = 1;
render(player.mCamera,floorHeight,ceilingHeight,pixelFunc,c); render(player.mCamera,floorHeight,ceilingHeight,pixelFunc,c);