Browse Source

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

Simon Krajewski 12 years ago
parent
commit
494159fff0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      std/flash/Boot.hx

+ 1 - 1
std/flash/Boot.hx

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