Correct patch traversal

This commit is contained in:
Alex Harker
2019-09-07 00:48:41 +01:00
parent 01c3928987
commit 4816f2a474
@@ -1113,7 +1113,7 @@ private:
void traversePatch(t_patcher *p, t_symbol *method, t_object *contextAssoc)
{
t_object *assoc = 0;
object_method(mContextPatch, gensym("getassoc"), &assoc);
object_method(p, gensym("getassoc"), &assoc);
// Avoid recursion into a poly / pfft / etc. - If the subpatcher is a wrapper we do need to deal with it