Skip to content

Commit

Permalink
Cache not updating correctly when Image object is passed. Fixed #98
Browse files Browse the repository at this point in the history
  • Loading branch information
flamendless committed Sep 14, 2021
1 parent cadcb65 commit 938aea0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Internal/UI/Image.lua
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ function Image.Begin(Id, Options)
else
Instance.Image = Options.Image
end
else
elseif Options.Image then
if Instance.Image ~= Options.Image then
Instance.Image = Options.Image
end
Expand Down

0 comments on commit 938aea0

Please sign in to comment.