Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

wrong direction #5

Closed
chzirn opened this issue Nov 16, 2019 · 1 comment
Closed

wrong direction #5

chzirn opened this issue Nov 16, 2019 · 1 comment
Assignees
Labels

Comments

@chzirn
Copy link

chzirn commented Nov 16, 2019

The direction east is never shown.
So please change the code:
...
if(orizontal>directionHorizontalLimitPos)
{
if(result=="C")
{
result = "E";
}
else
{
result += "E";
}
}
...

@bobboteck bobboteck self-assigned this Nov 18, 2019
@bobboteck bobboteck added the bug label Nov 18, 2019
@bobboteck
Copy link
Owner

Thanks for the check, I Fix the BUG

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants