Skip to content

Commit

Permalink
Revert "Fix minetest.facedir_to_dir when param2 is 5 or 7."
Browse files Browse the repository at this point in the history
This reverts commit 4e5760a.
  • Loading branch information
Ekdohibs committed Dec 30, 2013
1 parent 4b31a38 commit 8e1d78e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builtin/item.lua
Expand Up @@ -98,7 +98,7 @@ function minetest.facedir_to_dir(facedir)

--indexed into by a table of correlating facedirs
[({[0]=1, 2, 3, 4,
5, 4, 6, 2,
5, 2, 6, 4,
6, 2, 5, 4,
1, 5, 3, 6,
1, 6, 3, 5,
Expand Down

0 comments on commit 8e1d78e

Please sign in to comment.