Skip to content

Commit

Permalink
Fix the first song banner loaded at music select not being scaled cor…
Browse files Browse the repository at this point in the history
…rectly.
  • Loading branch information
xwidghet committed Jun 26, 2017
1 parent 9ff708f commit c768ecc
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,9 @@ local t = Def.ActorFrame{
PlayerJoinedMessageCommand=cmd(queuecommand,"Set")
}


t[#t+1] = Def.Banner{
InitCommand=cmd(x,10;y,61;halign,0;valign,0),
InitCommand=cmd(x,10;y,61;halign,0;valign,0;scaletoclipped,capWideScale(get43size(384),384),capWideScale(get43size(120),120)),
SetMessageCommand=function(self)
if update then
local top = SCREENMAN:GetTopScreen()
Expand Down

0 comments on commit c768ecc

Please sign in to comment.