TeamFlos / phira

GNU General Public License v3.0
1.16k stars 106 forks source link

[RPE]事件yControl取值小于1时,错误造成note上隐 #283

Open kafuu opened 6 months ago

kafuu commented 6 months ago

例:

"yControl" : [
            {
               "easing" : 1,
               "x" : 0.0,
               "y" : 0.6
            },
            {
               "easing" : 1,
               "x" : 9999999.0,
               "y" : 0.6
            }
         ]

预期 image image

实际 image image

sjfhsjfh commented 6 months ago

请提供rpe关于渲染行为的文档,否则视为undefined behavior

sjfhsjfh commented 5 months ago

293