Bläddra i källkod

renamed flash.Boot.RealBoot.init to initSwc to avoid naming conflicts

Simon Krajewski 12 år sedan
förälder
incheckning
494159fff0
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      std/flash/Boot.hx

+ 1 - 1
std/flash/Boot.hx

@@ -27,7 +27,7 @@ package flash;
 	public function new() {
 	public function new() {
 		super();
 		super();
 	}
 	}
-	public static function init(mc) {
+	public static function initSwc(mc) {
 		flash.Lib.current = mc;
 		flash.Lib.current = mc;
 		new RealBoot().init();
 		new RealBoot().init();
 	}
 	}