65roadster

Results 1 comments of 65roadster

To fix this, I changed this line: `if (--doubleClickTicks == 0) {` to: `if (doubleClickTicks == 0) {`