From 80d937cb640811c9003c57315b801b75cb9c5250 Mon Sep 17 00:00:00 2001 From: ChaoticByte Date: Sat, 21 Dec 2024 18:27:21 +0100 Subject: [PATCH] Fix typo in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e2e92db..f62625e 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ The image file will be read and available as the `TEXTURE` variable. #### Load additional images ```glsl -//!load +//!load+ uniform sampler2D ; ```