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