about summary refs log tree commit diff stats
path: root/html/apps/raytracing/1.mu.html
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2020-11-11 23:43:04 -0800
committerKartik Agaram <vc@akkartik.com>2020-11-11 23:43:04 -0800
commit2c56af2d8f791902f5ff59754c0277eddeb27a3e (patch)
treea84ba4660f8816ef07a9c7aacdb3cddb18d75710 /html/apps/raytracing/1.mu.html
parentd71559924670854f475685c7506c93561a96864b (diff)
downloadmu-2c56af2d8f791902f5ff59754c0277eddeb27a3e.tar.gz
7227
Diffstat (limited to 'html/apps/raytracing/1.mu.html')
-rw-r--r--html/apps/raytracing/1.mu.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/html/apps/raytracing/1.mu.html b/html/apps/raytracing/1.mu.html
index de84e398..bc5ab657 100644
--- a/html/apps/raytracing/1.mu.html
+++ b/html/apps/raytracing/1.mu.html
@@ -75,9 +75,9 @@ if ('onhashchange' in window) {
 <span id="L17" class="LineNr">17 </span>    <span class="Delimiter">{</span>
 <span id="L18" class="LineNr">18 </span>      compare i, <span class="Constant">0xff</span>
 <span id="L19" class="LineNr">19 </span>      <span class="PreProc">break-if-&gt;</span>
-<span id="L20" class="LineNr">20 </span>      <a href='../../405screen.mu.html#L481'>print-int32-decimal</a> <span class="Constant">0</span>, i
+<span id="L20" class="LineNr">20 </span>      <a href='../../405screen.mu.html#L480'>print-int32-decimal</a> <span class="Constant">0</span>, i
 <span id="L21" class="LineNr">21 </span>      <a href='../../405screen.mu.html#L169'>print-string</a> <span class="Constant">0</span>, <span class="Constant">&quot; &quot;</span>
-<span id="L22" class="LineNr">22 </span>      <a href='../../405screen.mu.html#L481'>print-int32-decimal</a> <span class="Constant">0</span>, j
+<span id="L22" class="LineNr">22 </span>      <a href='../../405screen.mu.html#L480'>print-int32-decimal</a> <span class="Constant">0</span>, j
 <span id="L23" class="LineNr">23 </span>      <a href='../../405screen.mu.html#L169'>print-string</a> <span class="Constant">0</span>, <span class="Constant">&quot; 64\n&quot;</span>
 <span id="L24" class="LineNr">24 </span>      i <span class="SpecialChar">&lt;-</span> increment
 <span id="L25" class="LineNr">25 </span>      <span class="PreProc">loop</span>