diff --git a/source/funkin/play/song/SongData.hx b/source/funkin/play/song/SongData.hx index 4ec90d3ec..b0ab4ccf1 100644 --- a/source/funkin/play/song/SongData.hx +++ b/source/funkin/play/song/SongData.hx @@ -895,12 +895,12 @@ abstract SongTimeChange(RawSongTimeChange) from RawSongTimeChange public var beatTime(get, set):Null; - function get_beatTime():Int + public function get_beatTime():Null { return this.b; } - function set_beatTime(value:Int):Int + public function set_beatTime(value:Null):Null { return this.b = value; }