mirror of
https://github.com/FunkinCrew/Funkin.git
synced 2025-03-13 16:43:57 -04:00
actual songdata git merge proper lol
This commit is contained in:
parent
85af96d654
commit
f634a099c3
1 changed files with 2 additions and 2 deletions
|
@ -895,12 +895,12 @@ abstract SongTimeChange(RawSongTimeChange) from RawSongTimeChange
|
|||
|
||||
public var beatTime(get, set):Null<Float>;
|
||||
|
||||
function get_beatTime():Int
|
||||
public function get_beatTime():Null<Float>
|
||||
{
|
||||
return this.b;
|
||||
}
|
||||
|
||||
function set_beatTime(value:Int):Int
|
||||
public function set_beatTime(value:Null<Float>):Null<Float>
|
||||
{
|
||||
return this.b = value;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue