Updates and Fixes #2

Merged
Raum0x2A merged 14 commits from develop into master 2021-05-07 10:03:09 -06:00
Showing only changes of commit 43496932ef - Show all commits

View File

@@ -79,7 +79,7 @@ func CreateBanner(portalhex string, savename string, opt int) {
panic(errDir) panic(errDir)
} }
} }
fmt.Println(tempdir + "/" + glyphImg[k]) // fmt.Println(tempdir + "/" + glyphImg[k]) // for debugging only
err = ioutil.WriteFile(tempdir+"/"+glyphImg[k], []byte(data), 0644) err = ioutil.WriteFile(tempdir+"/"+glyphImg[k], []byte(data), 0644)
} }