mirror of
https://github.com/revarbat/BOSL2.git
synced 2025-08-16 15:54:23 +02:00
bugfix
This commit is contained in:
@@ -1252,13 +1252,13 @@ module textured_tile(
|
|||||||
texture,
|
texture,
|
||||||
size,
|
size,
|
||||||
ysize, height, w1, w2, ang, h, shift,
|
ysize, height, w1, w2, ang, h, shift,
|
||||||
tex_size=[1,1],
|
tex_size,
|
||||||
tex_reps,
|
tex_reps,
|
||||||
tex_inset=false,
|
tex_inset=false,
|
||||||
tex_rot=0,
|
tex_rot=0,
|
||||||
tex_depth=1,
|
tex_depth=1,
|
||||||
diff=false,
|
diff=false,
|
||||||
tex_extra=1,
|
tex_extra,
|
||||||
tex_skip=0,
|
tex_skip=0,
|
||||||
style="min_edge",
|
style="min_edge",
|
||||||
atype="tex",
|
atype="tex",
|
||||||
@@ -1311,7 +1311,7 @@ function textured_tile(
|
|||||||
tex_depth=1,
|
tex_depth=1,
|
||||||
style="min_edge",
|
style="min_edge",
|
||||||
atype="tex",
|
atype="tex",
|
||||||
tex_extra=1,
|
tex_extra,
|
||||||
tex_skip=0,
|
tex_skip=0,
|
||||||
anchor=CENTER, spin=0, orient=UP,
|
anchor=CENTER, spin=0, orient=UP,
|
||||||
_return_anchor=false
|
_return_anchor=false
|
||||||
|
Reference in New Issue
Block a user