Toggle with XOR

This commit is contained in:
Scott Lahteine
2017-04-09 07:58:47 -05:00
parent 8bc0d90b00
commit 314a02e2d5
3 changed files with 5 additions and 5 deletions

View File

@ -1551,7 +1551,7 @@
inInc = -1;
}
zig = !zig; // zag
zig ^= true; // zag
// Inner loop is Y with PROBE_Y_FIRST enabled
for (PR_INNER_VAR = inStart; PR_INNER_VAR != inStop; PR_INNER_VAR += inInc) {