mirror of
https://github.com/minetest-mods/digilines.git
synced 2025-01-12 10:50:20 +01:00
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