fix an error in course modes related to song backgrounds not showing up on ScreenStageInformation
This commit is contained in:
@@ -31,7 +31,7 @@ function Sprite:LoadFromCurrentSongBackground()
|
|||||||
local song = GAMESTATE:GetCurrentSong();
|
local song = GAMESTATE:GetCurrentSong();
|
||||||
if not song then
|
if not song then
|
||||||
local trail = GAMESTATE:GetCurrentTrail(GAMESTATE:GetMasterPlayerNumber());
|
local trail = GAMESTATE:GetCurrentTrail(GAMESTATE:GetMasterPlayerNumber());
|
||||||
local e = trail:GetEntries()
|
local e = trail:GetTrailEntries()
|
||||||
if #e > 0 then
|
if #e > 0 then
|
||||||
song = e[1]:GetSong();
|
song = e[1]:GetSong();
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user