forked from Mirrorlandia_minetest/digilines
Use tabs instead of spaces, remove unnecessary spaces
This commit is contained in:
parent
682e1335d9
commit
fba6b07edc
@ -52,7 +52,7 @@ local prepare_writing = function(pos)
|
||||
{x = pos.x + lcd_info.delta.x,
|
||||
y = pos.y + lcd_info.delta.y,
|
||||
z = pos.z + lcd_info.delta.z}, "digilines_lcd:text")
|
||||
text:setyaw (lcd_info.yaw or 0)
|
||||
text:setyaw(lcd_info.yaw or 0)
|
||||
--* text:setpitch(lcd_info.yaw or 0)
|
||||
return text
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user