Explorar o código

Fix memory leak in Xatlas module

(cherry picked from commit e57b8d79eca74b908220efa8a8331868f950cea1)
Rafał Mikrut %!s(int64=4) %!d(string=hai) anos
pai
achega
54b6a7b8b7
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      modules/xatlas_unwrap/register_types.cpp

+ 1 - 0
modules/xatlas_unwrap/register_types.cpp

@@ -78,6 +78,7 @@ bool xatlas_mesh_lightmap_unwrap_callback(float p_texel_size, const float *p_ver
 	float h = *r_size_hint_y;
 
 	if (w == 0 || h == 0) {
+		xatlas::Destroy(atlas);
 		return false; //could not bake because there is no area
 	}