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
{{ message }}
This repository was archived by the owner on Jan 8, 2020. It is now read-only.
Hi !
I place some structs inside my List:
Example:
Menu->add((MenuEntry) {EtText, 0, 1, -1, -1, "MainMenu" , false, 0});Can you tell me how to change a value inside the struct?
If I try to change the ValueBool I get this error:
using temporary as lvalue [-fpermissive]
My code for changing the value looks like this:
Menu->get(0).ValueBool = true;Any hint would be much apprechiated. Thx.
Dominik