From 8a15679165823337f7904e2a61143d37a8871014 Mon Sep 17 00:00:00 2001 From: LDDestroier Date: Thu, 15 Nov 2018 22:28:01 -0500 Subject: [PATCH] Update tron --- tron | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tron b/tron index 98fb94a..f898de5 100644 --- a/tron +++ b/tron @@ -241,7 +241,7 @@ end local drawImage = function(im, x, y) local cx, cy = term.getCursorPos() - term.setBackgroundColor(grid.voidvol) + term.setBackgroundColor(gridInit.voidvol) for iy = 1, #im[1] do for ix = 1, #im[1][iy] do term.setCursorPos(x+(ix-1),y+(iy-1))