浏览代码

error fix

/siyaoH-1.17-PlatformMessage
xingweizhu 4 年前
当前提交
bd79c8c2
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 2
      com.unity.uiwidgets/Runtime/foundation/diagnostics.cs

2
com.unity.uiwidgets/Runtime/foundation/diagnostics.cs


) {
bool isSingleLine = foundation_._isSingleLine(node.style) &&
parentConfiguration?.lineBreakProperties != true;
prefixOtherLines ??= prefixLineOne;
prefixOtherLines = prefixOtherLines ?? prefixLineOne;
if (node.linePrefix != null) {
prefixLineOne += node.linePrefix;
prefixOtherLines += node.linePrefix;

正在加载...
取消
保存