Forums › 💬 NodeCanvas › ⚙️ Support › Switch composite allocation › Reply To: Switch composite allocation
Hey,
Oh.. To be honest that’s a leftover and a bad line of code. 🙂 Please replace the line with simply this: current = (int)enumCase.value;
current = (int)enumCase.value;
I am really glad you like and enjoy NodeCanvas by the way! Thanks a lot!