ソースを参照

brightness_page, bug

cuu 5 年 前
コミット
d596d71cbb
1 ファイル変更1 行追加1 行削除
  1. 1 1
      Menu/GameShell/10_Settings/Brightness/brightness_page.go

+ 1 - 1
Menu/GameShell/10_Settings/Brightness/brightness_page.go

@@ -142,7 +142,7 @@ func (self *BSlider) Init() {
   self.Height = self.Parent.Height
   
   self.BGpng = NewSliderIcon()
-  self.BGpng.ImgSurf = UI.MyIconPool.GetImgSurf("vol")
+  self.BGpng.ImgSurf = UI.MyIconPool.GetImgSurf("light")
   self.BGpng.MyType = UI.ICON_TYPES["STAT"]
   self.BGpng.Parent = self
   self.BGpng.Adjust(0,0,self.BGwidth,self.BGheight,0)