85
edits
mNo edit summary |
No edit summary |
||
Line 110: | Line 110: | ||
</pre> | </pre> | ||
Do you see it? It's accessing <code>snd[3].Bit</code> in the first branch of the <code>if</code>, but <code>snd[2]</code> in the second one. Let's just change it to 2, and... | Do you see it? It's accessing <code>snd[3].Bit</code> in the first branch of the <code>if</code>, but <code>snd[2].Bit</code> in the second one. Let's just change it to 2, and... | ||
<youtube>J9Tuekee7_8</youtube> | <youtube>J9Tuekee7_8</youtube> |