Skip to content

Commit

Permalink
Fancy Leaves fix
Browse files Browse the repository at this point in the history
Broke this by mistake, fixed.
  • Loading branch information
Khroki committed Sep 5, 2014
1 parent 159a318 commit 364a272
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion renderer.py
Original file line number Diff line number Diff line change
Expand Up @@ -1253,7 +1253,7 @@ def makeLeafVertices(self, facingBlockIndices, blocks, blockMaterials, blockData
jungle = (data == pymclevel.materials.alphaMaterials.JungleLeaves.blockData)
acacia = (data == pymclevel.materials.alphaMaterials.AcaciaLeaves.blockData)
darkoak = (data == pymclevel.materials.alphaMaterials.DarkOakLeaves.blockData)
#texes = texMap(blocks[blockIndices], data, 0)
texes = texMap(blocks[blockIndices], [0], 0)
else:
blockIndices = materialIndices
texes = texMap(blocks[blockIndices], [0], 0)
Expand Down

0 comments on commit 364a272

Please sign in to comment.