Nicolas Cannasse 13 years ago
parent
commit
ab00649ae7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      std/flash/Boot.hx

+ 1 - 1
std/flash/Boot.hx

@@ -53,7 +53,7 @@ class Boot extends flash.display.MovieClip {
 	public static var skip_constructor = false;
 
 	function start() {
-		#if mt mt.flash.Init.check(); #end
+		#if (mt && !doc_gen) mt.flash.Init.check(); #end
 		#if dontWaitStage
 			init();
 		#else