Rename example rgb_uv_distort to multistep_distort

This commit is contained in:
ChaoticByte 2025-01-06 22:15:00 +01:00
parent 1d9f838668
commit 6c1ec9ed2c
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View file

@ -48,9 +48,9 @@ Example:
void fragment() {
if (STEP == 0) {
...
...
} else if (STEP == 1) {
...
...
}
// ... and so on
}