about summary refs log tree commit diff stats
path: root/tutorial/task15.mu
diff options
context:
space:
mode:
Diffstat (limited to 'tutorial/task15.mu')
-rw-r--r--tutorial/task15.mu1
1 files changed, 0 insertions, 1 deletions
diff --git a/tutorial/task15.mu b/tutorial/task15.mu
index a53c2454..9aead07f 100644
--- a/tutorial/task15.mu
+++ b/tutorial/task15.mu
@@ -8,7 +8,6 @@ fn main screen: (addr screen) {
       compare x, 0x400/screen-width=1024
       break-if->=
       var color/ecx: int <- copy x
-      color <- and 0xff
       pixel screen x, y, color
       x <- increment
       loop