Skip to content
  • Tusooa Windy's avatar
    Fix an assert when cloning perspective assistant · edb2c841
    Tusooa Windy authored
    The handles in the variables `topLeft`, `topRight`, etc. are but
    duplicates of the ones in the handle list, so they must have been
    already registered to the new assistant. Registering them twice
    will trigger an assert.
    
    BUG: 409249
    edb2c841