1
0
Fork 0

for some reason some coordinates are a table

This commit is contained in:
Casey 2023-10-12 21:27:51 +03:00
parent 9be160eded
commit f2ac312ff0
Signed by: hkc
GPG Key ID: F0F6CFE11CDB0960
1 changed files with 1 additions and 1 deletions

View File

@ -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)