Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

[Image] Changing Image object is not updated #98

Closed
flamendless opened this issue Sep 14, 2021 · 0 comments
Closed

[Image] Changing Image object is not updated #98

flamendless opened this issue Sep 14, 2021 · 0 comments
Labels
bug Something isn't working

Comments

@flamendless
Copy link
Owner

local img = love.graphics.newImage("test.png")
--if theres an event that will change the `img` into another, the Slab.Image is not updated accordingly.
Slab.Image("img", {
  Image = img
})

possible cause of issue is internal caching of Slab

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant