fix(default): small fixes in default project

This commit is contained in:
2026-08-30 11:30:37 +02:00
parent 7a2bafc8de
commit dcd35af4f1
3 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -222,7 +222,7 @@ vec4 debug(vec2 vUV)
// show mix
f += char_at(uv2, vec2(1.55, -.6), mix_type ? 0x4B : 0x4D);
f = mix(f, 1 - f, rect(uv2, vec2(.2, -.9 + .9 * mix_value), vec2(.9, .9 * mix_value)));
f = mix(f, 1 - f, rect(uv2, vec2(2., -.9 + .9 * mix_value), vec2(.9, .9 * mix_value)));
// show debug info
float v = 0.;