Skip to content

Commit a558746

Browse files
committed
fix: Remove /en/ from url
1 parent 42d6a29 commit a558746

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/tutorials/en/layered-rendering-with-framebuffers.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -552,7 +552,7 @@ Can you make a moody, rainy scene using a fog shader to add to the atmosphere?
552552

553553
## Conclusion
554554

555-
If you're sketching in WebGL mode and need to draw to an image, consider using [`createFramebuffer()`](/reference/en/p5/createFramebuffer) as a way to make your sketch run fast and give everyone the best viewing experience possible.
555+
If you're sketching in WebGL mode and need to draw to an image, consider using [`createFramebuffer()`](/reference/p5/createFramebuffer) as a way to make your sketch run fast and give everyone the best viewing experience possible.
556556

557557
We hope the new techniques framebuffers make possible inspire you and that you create art using them!
558558

0 commit comments

Comments
 (0)