[DiscordArchive] 8 threads ?
[DiscordArchive] 8 threads ?
Archived author: Skarn • Posted: 2019-06-04T13:38:06.245000+00:00
Original source
paint some texture on chunks
Archived author: Skarn • Posted: 2019-06-04T13:38:07.260000+00:00
Original source
save
Archived author: Adspartan • Posted: 2019-06-04T13:40:41.052000+00:00
Original source
I see the issue
Archived author: Skarn • Posted: 2019-06-04T13:41:01.137000+00:00
Original source
I can fix it I guess
Archived author: Adspartan • Posted: 2019-06-04T13:41:49.777000+00:00
Original source
when adding the base texture TextureSet::paintTexture doesn't return true
Archived author: Adspartan • Posted: 2019-06-04T13:42:19.145000+00:00
Original source
easy fix:
Archived author: Adspartan • Posted: 2019-06-04T13:43:00.548000+00:00
Original source
`int TextureSet::get_texture_index(scoped_blp_texture_reference texture, float target, bool& added_texture)`
Archived author: Adspartan • Posted: 2019-06-04T13:43:25.589000+00:00
Original source
to get whether a texture was added or not
Archived author: Adspartan • Posted: 2019-06-04T13:44:48.425000+00:00
Original source
set it to false at the beginning and true just before the `return addTexture(...);`
Archived author: Adspartan • Posted: 2019-06-04T13:45:28.656000+00:00
Original source
hm