diff --git a/game.cpp b/game.cpp index 772403b..9ff50ec 100644 --- a/game.cpp +++ b/game.cpp @@ -520,6 +520,7 @@ void draw() c.maxHits = 16; c.maxSteps = 16; + c.computeTextureCoords = 1; render(player.mCamera,floorHeight,ceilingHeight,pixelFunc,c);