Altering course. The only remaining goal of the recode is to isolate the cursor glyphs and process them separately.

This commit is contained in:
Rezmason
2022-09-15 21:23:11 -07:00
parent 3b456baef9
commit 17a615eec7
2 changed files with 23 additions and 26 deletions

View File

@@ -122,7 +122,6 @@ void main() {
1.
);
} else {
gl_FragColor = vec4(brightness * symbol, 0., 0., 1.);
gl_FragColor = vec4(brightness * symbol, 0., 0., 0.);
}
}