1
0
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:
Justin Lin 2019-08-24 08:58:10 +08:00
parent a115f06e7c
commit 1c2e9b3293

View File

@ -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);