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