Input/Output wirable strings and terminals

13 views
Skip to first unread message

ali shekari

unread,
May 22, 2012, 4:01:40 AM5/22/12
to WireIt
set preventSelfWiring to false

or
set
this.options.preventSelfWiring = (typeof options.preventSelfWiring
== "undefined") ? true
: options.preventSelfWiring;
in container.js
this.options.preventSelfWiring = (typeof options.preventSelfWiring
== "undefined") ? false
: options.preventSelfWiring;
Reply all
Reply to author
Forward
0 new messages