浏览代码

Merge remote-tracking branch 'origin/hook1.5.4' into hook1.5.4

/main
iizzaya 5 年前
当前提交
e783b6ce
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 2
      Runtime/painting/gradient.cs

2
Runtime/painting/gradient.cs


return colors.first();
}
if (t < stops.last()) {
if (t > stops.last()) {
return colors.last();
}

正在加载...
取消
保存