Skip to content
New issue

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

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

Already on GitHub? Sign in 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

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

No branches or pull requests

1 participant