浏览代码

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

Simon Krajewski 12 年之前
父节点
当前提交
494159fff0
共有 1 个文件被更改,包括 1 次插入1 次删除
  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();
 	}