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
|
return nil
|
||||||
}
|
}
|
||||||
images[v] = img
|
images[v] = img
|
||||||
|
return img
|
||||||
}
|
}
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue