Fix composite textures with texture_min_size. Moved upscaling of textures to later...
authorAaron Suen <warr1024@gmail.com>
Sat, 21 Mar 2015 13:59:06 +0000 (09:59 -0400)
committerCraig Robbins <kde.psych@gmail.com>
Sat, 21 Mar 2015 15:31:01 +0000 (01:31 +1000)
commit837a2e1e5fef788cf108e036c27d092cedb3982f
tree6edec8f7b282bf709772928c954a92de9c4bdff8
parent709f4a50f73fd6c61412cf77516ed767893486ab
Fix composite textures with texture_min_size. Moved upscaling of textures to later in the process, when images are converted to textures, instead of right after image load, so the original image is unmodified for generateImagePart.
src/client/tile.cpp