You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-05 12:10:55 +00:00
Fix VoxelGI bake memory leak
This commit is contained in:
@@ -884,6 +884,8 @@ Vector<uint8_t> Voxelizer::get_sdf_3d_image() const {
|
||||
}
|
||||
}
|
||||
|
||||
memdelete_arr(work_memory);
|
||||
|
||||
return image3d;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user