2
0
ncannasse 7 жил өмнө
parent
commit
9a736062be
1 өөрчлөгдсөн 2 нэмэгдсэн , 0 устгасан
  1. 2 0
      h3d/scene/World.hx

+ 2 - 0
h3d/scene/World.hx

@@ -524,6 +524,8 @@ class World extends Object {
 			b.diffuse.dispose();
 			if(b.spec != null)
 				b.spec.dispose();
+			if(b.normal != null)
+				b.normal.dispose();
 		}
 		bigTextures = [];
 		textures = new Map();