Skip to content

Commit

Permalink
Remove lastaccess since we dont invalidate cache
Browse files Browse the repository at this point in the history
  • Loading branch information
boatbomber committed Mar 26, 2024
1 parent a62ba54 commit 8f8f7f6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions plugin/src/App/Components/ClassIcon.lua
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ local function getImageSizeAndPixels(image)
}
end

imageCache[image].LastAccess = tick()

return imageCache[image].Size, table.clone(imageCache[image].Pixels)
end

Expand Down

0 comments on commit 8f8f7f6

Please sign in to comment.