Skip to content

Commit 4e5760a

Browse files
Ekdohibsproller
authored andcommittedOct 16, 2013
Fix minetest.facedir_to_dir when param2 is 5 or 7.
1 parent 19742d8 commit 4e5760a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎builtin/item.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ function minetest.facedir_to_dir(facedir)
9898

9999
--indexed into by a table of correlating facedirs
100100
[({[0]=1, 2, 3, 4,
101-
5, 2, 6, 4,
101+
5, 4, 6, 2,
102102
6, 2, 5, 4,
103103
1, 5, 3, 6,
104104
1, 6, 3, 5,

0 commit comments

Comments
 (0)