bugfix, cached images were only rendered from the next frame onwards
This commit is contained in:
parent
60be0b7d92
commit
3b9604efab
1 changed files with 1 additions and 0 deletions
|
@ -83,6 +83,7 @@ func getImage(image interface{}) *Image {
|
|||
return nil
|
||||
}
|
||||
images[v] = img
|
||||
return img
|
||||
}
|
||||
return nil
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue