Skip to content
Snippets Groups Projects
Commit 4e5760a5 authored by Nathanaëlle Courant's avatar Nathanaëlle Courant Committed by proller
Browse files

Fix minetest.facedir_to_dir when param2 is 5 or 7.

parent 19742d8d
No related branches found
No related tags found
No related merge requests found
......@@ -98,7 +98,7 @@ function minetest.facedir_to_dir(facedir)
--indexed into by a table of correlating facedirs
[({[0]=1, 2, 3, 4,
5, 2, 6, 4,
5, 4, 6, 2,
6, 2, 5, 4,
1, 5, 3, 6,
1, 6, 3, 5,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment