Selaa lähdekoodia

Delete LogDriver reference.

clementlandrin 2 vuotta sitten
vanhempi
commit
28117d70e4
1 muutettua tiedostoa jossa 0 lisäystä ja 2 poistoa
  1. 0 2
      h3d/Engine.hx

+ 0 - 2
h3d/Engine.hx

@@ -90,8 +90,6 @@ class Engine {
 		driver = new haxe.GraphicsDriver(antiAlias);
 		#else
 		#if sys Sys.println #else trace #end("No output driver available." #if hl + " Compile with -lib hlsdl or -lib hldx" #end);
-		driver = new h3d.impl.LogDriver(new h3d.impl.NullDriver());
-		driver.logEnable = true;
 		#end
 		setCurrent();
 	}