mirror of
https://github.com/Relintai/voxelman.git
synced 2025-01-12 15:01:09 +01:00
Clear the 2 vectors in the destructor.
This commit is contained in:
parent
394214b758
commit
bf17467879
@ -630,6 +630,8 @@ VoxelTerrarinJob::VoxelTerrarinJob() {
|
||||
}
|
||||
|
||||
VoxelTerrarinJob::~VoxelTerrarinJob() {
|
||||
_meshers.clear();
|
||||
_liquid_meshers.clear();
|
||||
}
|
||||
|
||||
void VoxelTerrarinJob::_bind_methods() {
|
||||
|
Loading…
Reference in New Issue
Block a user