mirror of
https://github.com/RHeavenStudio/HeavenStudio.git
synced 2025-06-12 21:37:40 +02:00
Change Project License to MIT (#700)
* license change replace unneeded package * reword this
This commit is contained in:
@ -6,7 +6,7 @@ using UnityEngine;
|
||||
using HeavenStudio.Util;
|
||||
using HeavenStudio.Common;
|
||||
using HeavenStudio.InputSystem;
|
||||
using Starpelly;
|
||||
|
||||
using System.Linq;
|
||||
|
||||
using SFB;
|
||||
@ -472,7 +472,7 @@ namespace HeavenStudio
|
||||
|
||||
public float GetPositionFromBeat(float startBeat, float length)
|
||||
{
|
||||
float a = Mathp.Normalize((float)songPosBeat, startBeat, startBeat + length);
|
||||
float a = MathUtils.Normalize((float)songPosBeat, startBeat, startBeat + length);
|
||||
return a;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user