[LayaNative 2.0]native上文本有多余线
native版本:LayaNative-Release-2.0.2
文本边缘有多余的线
web版未出现
2019/7/1 16:51更新
使用最新版本LayaNative-Release-2.1.0
测试依然有线,上传了测试工程和apk,麻烦官方大大看下呢,看看有什么临时解决办法没有了
文本边缘有多余的线
web版未出现
2019/7/1 16:51更新
使用最新版本LayaNative-Release-2.1.0
测试依然有线,上传了测试工程和apk,麻烦官方大大看下呢,看看有什么临时解决办法没有了
没有找到相关结果
已邀请:
要回复问题请先登录
8 个回复
Aar0n
赞同来自:
vison123
赞同来自:
Aar0n
赞同来自:
buger
赞同来自:
vincent
赞同来自:
vincent
赞同来自:
young for your
赞同来自:
郭兆奎
赞同来自:
TextTexture.as
替换这两个函数
public function discard():void {
Laya.stage.setGlobalRepaint();
this.destroy();
}
public static function getTextTexture(w:int, h:int):TextTexture {
return new TextTexture(w, h);
}