about summary refs log tree commit diff stats
path: root/ex2.mu
diff options
context:
space:
mode:
Diffstat (limited to 'ex2.mu')
-rw-r--r--ex2.mu2
1 files changed, 1 insertions, 1 deletions
diff --git a/ex2.mu b/ex2.mu
index cd170aa7..0d301508 100644
--- a/ex2.mu
+++ b/ex2.mu
@@ -18,7 +18,7 @@ fn main screen: (addr screen), keyboard: (addr keyboard), data-disk: (addr disk)
       break-if->=
       var color/ecx: int <- copy x
       color <- and 0xff
-      pixel-on-real-screen x, y, color
+      pixel screen x, y, color
       x <- increment
       loop
     }