issue #65 - Auto config feature using Zeroconf/Bonjour [no-build]

reverted position order back
This commit is contained in:
jerry 2014-08-26 10:10:25 +00:00
parent eb99e843c2
commit 2ec6a49795
1 changed files with 1 additions and 1 deletions

View File

@ -28,8 +28,8 @@ static const struct
const char* name;
} neighbourDirs[] =
{
{ -1, 0, "left" },
{ 1, 0, "right" },
{ -1, 0, "left" },
{ 0, -1, "up" },
{ 0, 1, "down" },