Преглед изворни кода

close shader debug dump output

ncannasse пре 7 година
родитељ
комит
c5c2f0fb27
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      hxsl/Cache.hx

+ 1 - 0
hxsl/Cache.hx

@@ -292,6 +292,7 @@ class Cache {
 			byID.set(r.signature, r);
 
 		#if shader_debug_dump
+		if( dbg != null ) dbg.close();
 		haxe.Log.trace = oldTrace;
 		#end