fix swapped fdir checks

This commit is contained in:
Vanessa Dannenberg 2018-08-15 14:57:20 -04:00
parent bd0e7d9bfa
commit 3a02591d28
1 changed files with 1 additions and 1 deletions

View File

@ -31,8 +31,8 @@ end
local fdir_to_right = {
{ 0, -1 },
{ 0, -1 },
{ 0, 1 },
{ 0, -1 },
{ 0, 1 },
{ 1, 0 },
{ -1, 0 },
}