Explorar el Código

no log by default

Nicolas Cannasse hace 11 años
padre
commit
31ebef50bf
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      h3d/impl/Stage3dDriver.hx

+ 0 - 1
h3d/impl/Stage3dDriver.hx

@@ -82,7 +82,6 @@ class Stage3dDriver extends Driver {
 		programs = new Map();
 		curTextures = [];
 		curMultiBuffer = [];
-		logEnable = true;
 	}
 
 	override function logImpl( str : String ) {