mirror of
https://github.com/BelfrySCAD/BOSL2.git
synced 2025-12-16 05:02:45 +00:00
anchor fix
This commit is contained in:
parent
8f7312b864
commit
1145641a78
1 changed files with 2 additions and 2 deletions
|
|
@ -1287,10 +1287,10 @@ module textured_tile(
|
||||||
tex_skip=0,
|
tex_skip=0,
|
||||||
style="min_edge",
|
style="min_edge",
|
||||||
atype="tex",
|
atype="tex",
|
||||||
anchor=CENTER, spin=0, orient=UP
|
anchor, spin=0, orient=UP
|
||||||
)
|
)
|
||||||
{
|
{
|
||||||
|
anchor = default(anchor, atype=="tex" ? BOTTOM : CENTER);
|
||||||
vnf_data = textured_tile(size=size,
|
vnf_data = textured_tile(size=size,
|
||||||
ysize=ysize, height=height, w1=w1, w2=w2, ang=ang, h=h, shift=shift,
|
ysize=ysize, height=height, w1=w1, w2=w2, ang=ang, h=h, shift=shift,
|
||||||
texture=texture, tex_size=tex_size, tex_reps=tex_reps,tex_extra=tex_extra,
|
texture=texture, tex_size=tex_size, tex_reps=tex_reps,tex_extra=tex_extra,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue