-
Notifications
You must be signed in to change notification settings - Fork 171
无法播放带贝塞尔曲线控制的文字事件 #640
Copy link
Copy link
Open
Labels
bugSomething isn't workingSomething isn't workingdocumentationImprovements or additions to documentationImprovements or additions to documentation
Description
问题:在播放我写的谱面时,会在谱面加载界面卡死
通过在phi-recorder和PhiEdit的自动保存文件中,发现了问题所在:
(以下是一段示例文本)
{
"bezier" : 1,
"bezierPoints" : [ 0.0, 0.0, 0.88, 1.0 ],
"easingLeft" : 0.0,
"easingRight" : 1.0,
"easingType" : 2,
"end" : "若一切都能按照计划发展",
"endTime" : [ 177, 1, 4 ],
"linkgroup" : 0,
"start" : "",
"startTime" : [ 174, 0, 1 ]
},
在这个文字事件中,使用了贝塞尔曲线控制,在修改为预设曲线后,谱面可以正常播放
需求:修改或添加相关内容,以支持文字事件使用贝塞尔曲线后可以播放
以下是相关信息,可能不太重要,但为了规范还是提供一下:
设备型号:HUAWEI CAZ-AL10
Android版本:7.0
EMUI版本:5.0.4
处理器:八核 2 GHz
运行内存:4.0 GB
分辨率:1080 x 1920
Phira版本:v0.6.7
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingdocumentationImprovements or additions to documentationImprovements or additions to documentation