diff options
author | (quasar) nebula <qznebula@protonmail.com> | 2025-09-18 19:36:05 -0300 |
---|---|---|
committer | (quasar) nebula <qznebula@protonmail.com> | 2025-09-18 19:36:05 -0300 |
commit | 62643936e93b7ed96370f55860014d5065e09416 (patch) | |
tree | 620934d9a9a991d49b9b08ab4e8aa92c7f07c6ec /album/brains-and-fire.yaml | |
parent | c4b4fa47004d1ead4bd25531268c70e2b73a0cf4 (diff) |
escape << where necessary preview
Diffstat (limited to 'album/brains-and-fire.yaml')
-rw-r--r-- | album/brains-and-fire.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/album/brains-and-fire.yaml b/album/brains-and-fire.yaml index 6dea895b..18e90e22 100644 --- a/album/brains-and-fire.yaml +++ b/album/brains-and-fire.yaml @@ -97,7 +97,7 @@ URLs: - https://devieus.bandcamp.com/track/small-part-of-my-brain Commentary: |- <i>Devieus:</i> - ((t/5)&(t/2)%255)<<2 + ((t/5)&(t/2)%255)\<<2 This one loops really fast due to the left-shifting. --- |