You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I try to do SetState(NAME, true) nothing seems to happen, so GetState<bool>() will never return the new value. I had to resort to making it an integer value instead.
I haven't delved enough into the code to understand what's the possible cause
The text was updated successfully, but these errors were encountered:
When I try to do
SetState(NAME, true)
nothing seems to happen, soGetState<bool>()
will never return the new value. I had to resort to making it an integer value instead.I haven't delved enough into the code to understand what's the possible cause
The text was updated successfully, but these errors were encountered: