Merge branch 'master' of github.com:FajsiEx/exceed

This commit is contained in:
Hersi 2021-11-21 03:42:19 +01:00
commit 9a63cd4bb8
1 changed files with 2 additions and 0 deletions

View File

@ -271,6 +271,8 @@ function drawScrollbar()
local total = game.GetSkinSetting('_songWheelScrollbarTotal') local total = game.GetSkinSetting('_songWheelScrollbarTotal')
local index = game.GetSkinSetting('_songWheelScrollbarIndex') local index = game.GetSkinSetting('_songWheelScrollbarIndex')
if (index == nil) then return end;
gfx.BeginPath() gfx.BeginPath()
local fillW = 27*0.85 local fillW = 27*0.85
local fillH = 65*0.85 local fillH = 65*0.85