mirror of
https://github.com/clockworkpi/LauncherGoDev.git
synced 2026-09-06 05:24:36 +02:00
bug fix
This commit is contained in:
@@ -57,7 +57,7 @@ func (self *Widget) NewCoord(x,y int) {
|
||||
func Init() {
|
||||
font.Init()
|
||||
|
||||
skinpath := "skin/"+sysgo.SKIN+"/truetype"
|
||||
skinpath := sysgo.SKIN+"/truetype"
|
||||
|
||||
Fonts = make(map[string]*ttf.Font)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user