Explorar o código

close shader debug dump output

ncannasse %!s(int64=7) %!d(string=hai) anos
pai
achega
c5c2f0fb27
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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