bugfix, cached images were only rendered from the next frame onwards

This commit is contained in:
Thomas Friedel 2018-06-10 17:52:59 +02:00
parent 60be0b7d92
commit 3b9604efab

View file

@ -83,6 +83,7 @@ func getImage(image interface{}) *Image {
return nil
}
images[v] = img
return img
}
return nil
}