From fbeda7cb1c2c6988f3196e5b2431ddde9d75c34e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miloslav=20=C4=8C=C3=AD=C5=BE?= Date: Sun, 29 Dec 2019 15:35:06 +0100 Subject: [PATCH] Reorder images --- main.c | 1 + 1 file changed, 1 insertion(+) diff --git a/main.c b/main.c index 8a78348..bfe8685 100755 --- a/main.c +++ b/main.c @@ -690,6 +690,7 @@ void SFG_pixelFunc(RCL_PixelInfo *pixel) textureIndex != 255 ? SFG_currentLevel.textures[textureIndex]: SFG_wallTextures[SFG_currentLevel.levelPointer->doorTextureIndex], + pixel->texCoords.x / 32, textureV / 32) ) :