forked from rojo-rbx/rojo
Make sure all descendants get removed from the RouteMap
This commit is contained in:
@@ -57,6 +57,8 @@ function RouteMap:removeByRbx(rbx)
|
||||
self._reverseMap[rbx] = nil
|
||||
self._connectionsByRbx[rbx] = nil
|
||||
end
|
||||
|
||||
self:removeRbxDescendants(rbx)
|
||||
end
|
||||
|
||||
function RouteMap:removeRbxDescendants(parentRbx)
|
||||
|
||||
Reference in New Issue
Block a user