2
0
Nicolas Cannasse 3 жил өмнө
parent
commit
44e137d1e2
1 өөрчлөгдсөн 1 нэмэгдсэн , 0 устгасан
  1. 1 0
      other/memory/Block.hx

+ 1 - 0
other/memory/Block.hx

@@ -124,6 +124,7 @@ class Block {
 	public function markDepth() {
 		var d = depth + 1;
 		var all = subs;
+		if( all == null ) return;
 		while( all.length > 0 ) {
 			var out = [];
 			for( b in all ) {