ReunionPagesIcons 20_Retro Games

This commit is contained in:
cuu
2019-01-17 14:58:10 +08:00
parent aa2074a380
commit 4478ad237a
2 changed files with 32 additions and 1 deletions

View File

@@ -4,6 +4,7 @@ import (
"fmt"
// "math"
//"reflect"
"sync"
"github.com/veandco/go-sdl2/sdl"
@@ -845,7 +846,7 @@ func (self *Page) ClearCanvas() {
}
func (self *Page) AppendIcon( it interface{} ) {
self.Icons = append(self.Icons, it.(IconItemInterface))
self.Icons = append(self.Icons, it.(IconItemInterface))
}
func (self *Page) GetIcons() []IconItemInterface {