Fredrik Järnbröst
Fredrik Järnbröst
Bump. I have seen this too (kind of). I'm trying to replicate this in a simple example, but no luck so far. So it could easily be me just messing...
In the mean time I solved it like this: ``` -- in love.load instance.theme = require('suit/theme') ``` Then the instance get its own theme instance which I can mutate however...
Thanks for getting back so quickly! I have an okay-ish general way that I do in my game code. Here is the code: ``` function getNewTheme() package.loaded['suit/theme']=false return require('suit/theme') end...
@kittykatattack thanks for the fast response! I'm sorry I can't help at the moment. Wish you good luck tough! :crossed_fingers:
I got the same issue in `3.17.1`, downgraded to `3.16.7` _temporarily._ I hope this gets fixed, because the other fixes in `3.17.x` was good!