Simplify, fix timing bars.
This commit is contained in:
@@ -19,8 +19,8 @@ local function CreateStops(Player)
|
|||||||
if song then
|
if song then
|
||||||
local songLen = song:MusicLengthSeconds();
|
local songLen = song:MusicLengthSeconds();
|
||||||
|
|
||||||
local firstBeatSecs = timingData:GetElapsedTimeFromBeat(song:GetFirstBeat());
|
local firstBeatSecs = song:GetFirstSecond();
|
||||||
local lastBeatSecs = timingData:GetElapsedTimeFromBeat(song:GetLastBeat());
|
local lastBeatSecs = song:GetLastSecond();
|
||||||
|
|
||||||
local bpms = timingData:GetBPMs();
|
local bpms = timingData:GetBPMs();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user