1、target flash时外部加载后显示100%进度条
解决:编辑ApplicationMain(old)或lime.app.Preloader(new),添加
update (Lib.current.loaderInfo.bytesLoaded, Lib.current.loaderInfo.bytesTotal); if (Lib.current.loaderInfo.bytesLoaded >= Lib.current.loaderInfo.bytesTotal) { complete = true; }
2、Primitive not found: [email protected]_create
lime rebuild lua windows