[DiscordArchive] but you know where this particular issue comes from?
[DiscordArchive] but you know where this particular issue comes from?
Archived author: Skarn • Posted: 2019-06-10T13:26:15.597000+00:00
Original source
but you know where this particular issue comes from?
Archived author: Adspartan • Posted: 2019-06-10T13:26:36.020000+00:00
Original source
I've had only my laptop for years and debugged with it just fine, yes it's slower than a good desktop but it works
Archived author: Adspartan • Posted: 2019-06-10T13:27:11.033000+00:00
Original source
```MapTile::~MapTile()
{
_world->remove_models_if_needed(uids, index);
}
```
iirc it's that
Archived author: Adspartan • Posted: 2019-06-10T13:27:50.970000+00:00
Original source
(it's for the model unloading)
Archived author: Skarn • Posted: 2019-06-10T13:27:51.655000+00:00
Original source
according to stack trace it indeed is called somewhere at this point
Archived author: schlumpf • Posted: 2019-06-10T13:30:47.764000+00:00
Original source
note that the automatic cleanup of member variables also is part of the dtor
Archived author: Adspartan • Posted: 2019-06-10T13:31:22.720000+00:00
Original source
yeah it's deleting things used by that function before the adt in world
Archived author: Skarn • Posted: 2019-06-10T13:31:26.025000+00:00
Original source
it goes till the end if I commend _world.reset() out
Archived author: Skarn • Posted: 2019-06-10T13:31:32.318000+00:00
Original source
so it is there
Archived author: Adspartan • Posted: 2019-06-10T13:31:38.230000+00:00
Original source
of course it is