about summary refs log tree commit diff stats
path: root/shell/main.mu
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2021-04-21 19:56:32 -0700
committerKartik K. Agaram <vc@akkartik.com>2021-04-21 19:56:32 -0700
commitbc4b6021deacced2046f9a4c1ef161a3b0ab4bd2 (patch)
tree2d86d5bacfe08495848c206ae99a5b99f41fcf96 /shell/main.mu
parent5daa1f06d4c7a30ce1b006c70ba69b405a842cd8 (diff)
downloadmu-bc4b6021deacced2046f9a4c1ef161a3b0ab4bd2.tar.gz
.
Diffstat (limited to 'shell/main.mu')
-rw-r--r--shell/main.mu2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/main.mu b/shell/main.mu
index 662e7edb..ce1b412b 100644
--- a/shell/main.mu
+++ b/shell/main.mu
@@ -11,7 +11,7 @@ fn main screen: (addr screen), keyboard: (addr keyboard), data-disk: (addr disk)
   load-state data-disk, sandbox, globals
   $main:loop: {
     render-globals screen, globals, 0/x, 0/y, 0x40/xmax, 0x2f/screen-height-without-menu
-    render-sandbox screen, sandbox, 0x40/x, 0/y, 0x80/screen-width, 0x2f/screen-height-without-menu, globals
+    render-sandbox screen, sandbox, 0x40/x, 0/y, 0x80/screen-width, 0x2f/screen-height-without-menu
     {
       var key/eax: byte <- read-key keyboard
       compare key, 0