fix(default): small fixes in default project
This commit is contained in:
@@ -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.;
|
||||
|
||||
Reference in New Issue
Block a user