BUG In ProbabilitySelector

NodeCanvas Forums Support BUG In ProbabilitySelector

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #13110
    roostermai
    Participant

    line 62 In ProbabilitySelector
    newTotal -= childWeights[j].value;

    I think should be
    newTotal -= childWeights[failedIndeces[j]].value;

    #13129
    Gavalakis
    Keymaster

    Nice catch! Thank you! 🙂

    Join us on Discord: https://discord.gg/97q2Rjh

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.