Skip to content

Commit

Permalink
I don't know how that happened
Browse files Browse the repository at this point in the history
  • Loading branch information
maxsupermanhd committed Nov 27, 2023
1 parent 1e0e94f commit b505e67
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions imageCache/cache.go
Original file line number Diff line number Diff line change
Expand Up @@ -278,6 +278,7 @@ func (c *ImageCache) processImageSet(task *cacheTask) {
}
c.cache[task.loc] = t
}
t.SyncedToDisk = false
if t.Img == nil {
t.Img = image.NewRGBA(image.Rect(0, 0, 512, 512))
}
Expand Down

0 comments on commit b505e67

Please sign in to comment.