Fixed typos.

This commit is contained in:
Robert Zenz 2015-11-22 17:24:31 +01:00
parent b7e694ba9a
commit 5f9f9f18f0

View File

@ -137,7 +137,7 @@ function facedirutil.upsidedown(facedir)
local upsidedown_facedir = facedir local upsidedown_facedir = facedir
-- We need to rotate the node by 180 degrees for these values, -- We need to rotate the node by 180 degrees for these values,
-- this is becaus if how the rotation works. -- this is because of how the rotation works.
if upsidedown_facedir == facedirutil.POSITIVE_X if upsidedown_facedir == facedirutil.POSITIVE_X
or upsidedown_facedir == facedirutil.NEGATIVE_X then or upsidedown_facedir == facedirutil.NEGATIVE_X then