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