cinderblocks / libremetaverse

An fork of the libopenmetaverse library striving for performance improvements and up-to-date compatibility with SL/OS/Halcyon
BSD 3-Clause "New" or "Revised" License
60 stars 40 forks source link

Corrects failing local bakes and adds extra debug info #46

Closed Madpeterz closed 3 years ago

Madpeterz commented 3 years ago

flips if (vpIndex >= nrParams) break; it was the wrong way round skips sending if the texture is UUID_ZERO (this should be looked into why its even getting to here)

Madpeterz commented 3 years ago

Issue was created by me when I added bounds checks I did not correct the alpha values so textures appeared black. the correction is a simple bool check to see if its loaded and if not just use the source color