Reorder images

This commit is contained in:
Miloslav Číž 2019-12-29 15:35:06 +01:00
parent 883702caa0
commit fbeda7cb1c
1 changed files with 1 additions and 0 deletions

1
main.c
View File

@ -690,6 +690,7 @@ void SFG_pixelFunc(RCL_PixelInfo *pixel)
textureIndex != 255 ? textureIndex != 255 ?
SFG_currentLevel.textures[textureIndex]: SFG_currentLevel.textures[textureIndex]:
SFG_wallTextures[SFG_currentLevel.levelPointer->doorTextureIndex], SFG_wallTextures[SFG_currentLevel.levelPointer->doorTextureIndex],
pixel->texCoords.x / 32, pixel->texCoords.x / 32,
textureV / 32) textureV / 32)
) : ) :