Update main.c

pull/54/head
alanbjohnston 6 years ago committed by GitHub
parent d4ad546520
commit d1ab288928
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1168,7 +1168,7 @@ if (firstTime != ON)
*/
posXi = (int)current[PLUS_X] + 2048;
posYi = (int)cuurent[PLUS_Y] + 2048;
posYi = (int)current[PLUS_Y] + 2048;
posZi = (int)current[PLUS_Z] + 2048;
negXi = (int)current[MINUS_X] + 2048;
negYi = (int)current[MINUS_Y] + 2048;

Loading…
Cancel
Save

Powered by TurnKey Linux.