mirror of
https://git.sr.ht/~rabbits/uxn
synced 2024-11-22 13:55:11 +00:00
(cream.uf2) Fixed glyphs
This commit is contained in:
parent
742081a40d
commit
1b2049e238
2 changed files with 2 additions and 2 deletions
|
@ -25,8 +25,8 @@ clamp(int val, int min, int max)
|
||||||
int
|
int
|
||||||
main()
|
main()
|
||||||
{
|
{
|
||||||
int seg = 64, offset = seg / 4, i;
|
int seg = 1024, offset = seg / 4, i;
|
||||||
double segf = 64.0;
|
double segf = 1024.0;
|
||||||
printf("%d points on a circle128:\n\n", seg);
|
printf("%d points on a circle128:\n\n", seg);
|
||||||
for(i = 0; i < seg; ++i) {
|
for(i = 0; i < seg; ++i) {
|
||||||
double cx = 128, cy = 128, r = 128;
|
double cx = 128, cy = 128, r = 128;
|
||||||
|
|
Binary file not shown.
Loading…
Reference in a new issue