Signed-off-by: TRAfoer <lhf190@outlook.com>
This commit is contained in:
@@ -184,7 +184,13 @@ namespace Ichni.RhythmGame
|
||||
currentAnimationIndex = 0;
|
||||
return;
|
||||
}
|
||||
|
||||
public float GetValue(float songtime)
|
||||
{
|
||||
UpdateFlexibleFloat(songtime);
|
||||
float a = value;
|
||||
UpdateFlexibleFloat(EditorManager.instance.songInformation.songTime);
|
||||
return a;
|
||||
}
|
||||
/// <summary>
|
||||
/// 转换为Beatmap存档类型
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user