Reply To: OnUpdate of ActionList gets called twice at start

Forums 💬 NodeCanvas ⚙️ Support OnUpdate of ActionList gets called twice at start Reply To: OnUpdate of ActionList gets called twice at start

#18358
Gavalakis
Keymaster

    Hey,

    Thanks for the fix. Yes, I made the base ActionTask class call OnUpdate right after OnExecute in the last version and obviously forgot to remove the OnUpdate from within ActionList. :/ It is indeed not needed anymore to be there.

    Thanks again.