mrkite / TerraFirma

Mapping for Terraria
http://seancode.com/terrafirma
BSD 2-Clause "Simplified" License
278 stars 61 forks source link

Marble Blocks not always rendering properly #54

Closed enigmaquip closed 4 years ago

enigmaquip commented 8 years ago

see this in a couple of marble houses image image Seems to be in the same spots.

enigmaquip commented 8 years ago

Might be here https://github.com/mrkite/TerraFirma/blob/master/uvrules.cpp#L499 Seems different tiles we've labeled 'large' have differing amounts of sets For example the marble blocks above only have 2 sets

enigmaquip commented 8 years ago

or I just didn't understand how the large tiles worked, seems they're all two and they're being dealt with that way..... maybe in the marble blends with all section is where it's being caused?

enigmaquip commented 8 years ago

v's are being set to 185 for the vertical missing blocks and 207 for the horizontal.... seems odd to come up with those numbers