mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-01 04:20:27 +02:00
fix name error
This commit is contained in:
@@ -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);
|
Reference in New Issue
Block a user