1
0
mirror of https://github.com/moparisthebest/minetest synced 2024-08-13 16:53:49 -04:00

Fix minetest.facedir_to_dir when param2 is 5 or 7.

This commit is contained in:
Novatux 2013-10-06 12:15:14 +02:00 committed by proller
parent 19742d8d98
commit 4e5760a541

View File

@ -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,