ncannasse 8 years ago
parent
commit
f5fdbc3f8c
1 changed files with 2 additions and 2 deletions
  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 ) {