Skip to content

Commit

Permalink
先注释掉 rpe 的 y 轴缩放匹配,因为有问题
Browse files Browse the repository at this point in the history
  • Loading branch information
MisaLiu committed Oct 29, 2022
1 parent 3452b48 commit 6340045
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/chart/convert/rephiedit.js
Expand Up @@ -269,11 +269,13 @@ export default function RePhiEditChartConverter(_chart)
utils.calculateEventEase(event, Easing)
.forEach((newEvent) =>
{
/*
if (!judgeline.texture && !judgeline.isText)
{
newEvent.start = newEvent.start * 0.664285;
newEvent.end = newEvent.end * 0.664285;
}
*/

judgeline.extendEvent.scaleY.push(newEvent);
}
Expand Down

0 comments on commit 6340045

Please sign in to comment.