From f2ac312ff04396d3a10b68f0d8a92ae819972856 Mon Sep 17 00:00:00 2001 From: hkc Date: Thu, 12 Oct 2023 21:27:51 +0300 Subject: [PATCH] for some reason some coordinates are a table --- augment/modules/wh.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/augment/modules/wh.lua b/augment/modules/wh.lua index 2d7434f..71234df 100644 --- a/augment/modules/wh.lua +++ b/augment/modules/wh.lua @@ -12,7 +12,7 @@ return function() if cache[i] == nil then cache[i] = {} cache[i].cube = canvas3d.addBox(0, 0, 0) - cache[i].frame = canvas3d.addFrame(0, 0, 0) + cache[i].frame = canvas3d.addFrame({ 0, 0, 0 }) cache[i].text = cache[i].frame.addText({ 0, 0 }, "") cache[i].cube.setDepthTested(false)