ncannasse %!s(int64=8) %!d(string=hai) anos
pai
achega
f5fdbc3f8c
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      hxd/App.hx

+ 2 - 2
hxd/App.hx

@@ -90,10 +90,10 @@ class App {
 			driver.logEnable = old;
 			engine.setDriver(driver);
 			hxd.File.saveBytes("log.txt", haxe.io.Bytes.ofString(log.logLines.join("\n")));
+			return;
 		}
-		#else
-			engine.render(s3d);
 		#end
+		engine.render(s3d);
 	}
 
 	function update( dt : Float ) {