Closed kevinbarabash closed 8 years ago
Currently it's being called at the start of all functions.
__env__.sword = (_ = function sword(x, y, size, angle, depth, col) { loopChecker.reset(); if (depth <= 0) { return; } ... }
fixed in https://github.com/kevinbarabash/live-proxy/commit/f71271453a77134281b3a42034d4852670237345
Currently it's being called at the start of all functions.