mirror of
https://github.com/KevinMidboe/motdGO.git
synced 2025-10-29 09:40:23 +00:00
various small changes
This commit is contained in:
@@ -54,9 +54,9 @@ func (ar *AsciiRender) RenderOpts(str string, opt *RenderOptions) (string, error
|
||||
|
||||
// Load the font
|
||||
font := ar.fontMgr.getFont(opt.FontName)
|
||||
|
||||
|
||||
// Slice holding the chars
|
||||
chars := []*AsciiChar{}
|
||||
chars := []*asciiChar{}
|
||||
|
||||
// Index of the current color
|
||||
curColorIndex := 0
|
||||
|
||||
Reference in New Issue
Block a user