From 6cb40e9bc8c5f15a0c5158fe2c65b507221e4b4d Mon Sep 17 00:00:00 2001 From: pommicket Date: Wed, 6 Sep 2023 21:58:04 -0400 Subject: fix error on first page load and broken image --- guide-src/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'guide-src') diff --git a/guide-src/index.html b/guide-src/index.html index c755491..0e765b4 100644 --- a/guide-src/index.html +++ b/guide-src/index.html @@ -41,7 +41,7 @@ you’ll get a nice greenish blue color!

.pos is itself a vector, so you can just throw it into the Buffer input: -

+
notice how the output is red on the right side of the screen (where the x component of .pos is high) and green at the top of the screen (where the y component of .pos is high).

-- cgit v1.2.3