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 Jul 18, 2020. It is now read-only.
It seems that
PO_sfPlayerdoesn't have a gain attribute so a big part of the tutorial cannot be followed :(From what I see in i-score, the player has a
mastercontainer with alevelattribute, but I tried :p.master.level.val = 1;
p.master_container.level.val = 1;
p.master_container.val.level = 1;
p.master_container.val.level.val = 1;
but they all give me a nice call stack :p
thanks!