mirror of
https://github.com/clockworkpi/LauncherGoDev.git
synced 2026-03-22 20:02:48 +01:00
still footbar can not draw
This commit is contained in:
@@ -46,7 +46,7 @@ func (self *IconPool) Init() {
|
||||
}
|
||||
|
||||
func (self *IconPool) GetImgSurf(keyname string) *sdl.Surface {
|
||||
if val,ok := self.Icons[keyname]; ok {
|
||||
if _,ok := self.Icons[keyname]; ok {
|
||||
return self.Icons[keyname]
|
||||
} else {
|
||||
return nil
|
||||
|
||||
Reference in New Issue
Block a user