Looking a the code here:
|
options.bypassDNA !== undefined ? (bypassDNA = options.bypassDNA) : null; |
It looks like the options.bypassDNA value doesn't really set properly as the the value its setting isn't defined.
Wasn't sure if this was a problem before in the code or added in changes.
Looking a the code here:
art-engine/src/main.js
Line 138 in 884bc73
It looks like the options.bypassDNA value doesn't really set properly as the the value its setting isn't defined.
Wasn't sure if this was a problem before in the code or added in changes.