浏览代码

Merge pull request #122 from Unity-Technologies/zxw/fix_scroll_assertion_error

fix scroll assertion error
/siyaoH-1.17-PlatformMessage
GitHub 4 年前
当前提交
218e8e69
共有 1 个文件被更改,包括 0 次插入2 次删除
  1. 2
      com.unity.uiwidgets/Runtime/gestures/binding.cs

2
com.unity.uiwidgets/Runtime/gestures/binding.cs


if (evt is PointerDownEvent) {
_hitTests[evt.pointer] = hitTestResult;
}
_hitTests[evt.pointer] = hitTestResult;
D.assert(() => {
if (D.debugPrintHitTestResults) {
Debug.LogFormat("{0}: {1}", evt, hitTestResult);

正在加载...
取消
保存