issue #65 - Auto config feature using Zeroconf/Bonjour [no-build]
reverted position order back
This commit is contained in:
parent
eb99e843c2
commit
2ec6a49795
|
@ -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" },
|
||||
|
||||
|
|
Loading…
Reference in New Issue