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
View File
@@ -381,6 +381,7 @@ float write_int_left(vec2 uv, vec2 pos, int value, int magnitude)
int i;
int m = 1;
float d = 0.;
pos.x -= magnitude;
for (i = 0; i < magnitude; i++) {
if (i == 0 || value >= m) {
pos.x += 1.;