From f55c9f415a081a175e48b51db894f23e59ce47a2 Mon Sep 17 00:00:00 2001 From: ubq323 Date: Sun, 18 Jun 2023 22:28:37 +0100 Subject: fix line lengths --- client/chunk.lua | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'client/chunk.lua') diff --git a/client/chunk.lua b/client/chunk.lua index 73fe949..f02277c 100644 --- a/client/chunk.lua +++ b/client/chunk.lua @@ -12,8 +12,10 @@ end local function tile_to_vattr(tile) -- for now tiles are always numbers -- so this just returns the input - -- this function might move to drawing.lua once it does something less trivial - assert(type(tile) == "number","can't send non-numerical tile to gpu") + -- this function might move to drawing.lua + -- once it does something less trivial + assert(type(tile) == "number", + "can't send non-numerical tile to gpu") return tile end function ChunkC.imesh_from_chunk_data(the_chunk) -- cgit v1.2.3