mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-04-14 11:11:55 +02:00
fix name error
This commit is contained in:
parent
a115f06e7c
commit
1c2e9b3293
@ -975,4 +975,4 @@ function px_ascii(char, center = false, invert = false) =
|
||||
idx = search(char, map_vect)[0]
|
||||
)
|
||||
assert(!is_undef(idx), "Unsupported character")
|
||||
bitmap(map_vect[idx][1], center = center, invert = invert);
|
||||
px_from(map_vect[idx][1], center = center, invert = invert);
|
Loading…
x
Reference in New Issue
Block a user