浏览代码

Put Debug.Log in emoji in assert.

/main
Yuncong Zhang 5 年前
当前提交
26db4a83
共有 1 个文件被更改,包括 4 次插入1 次删除
  1. 5
      Runtime/ui/txt/emoji.cs

5
Runtime/ui/txt/emoji.cs


1.0f / colCount, 1.0f / rowCount);
}
Debug.LogWarning($"Unrecognized unicode for emoji {code:x}");
D.assert(() => {
Debug.LogWarning($"Unrecognized unicode for emoji {code:x}");
return true;
});
return Rect.fromLTWH(0, 0, 0, 0);
}

正在加载...
取消
保存