mirror of
https://github.com/revarbat/BOSL2.git
synced 2025-01-16 13:50:23 +01:00
Docs formatting fix in place_copies()
This commit is contained in:
parent
f49dfa8a9e
commit
ef0c92cfa5
@ -22,7 +22,7 @@
|
||||
// place_copies(a) ...
|
||||
//
|
||||
// Arguments:
|
||||
// a = array of XYZ offset vectors. Default [[0,0,0]]
|
||||
// a = Array of XYZ offset vectors. Default `[[0,0,0]]`
|
||||
//
|
||||
// Side Effects:
|
||||
// `$pos` is set to the relative centerpoint of each child copy, and can be used to modify each child individually.
|
||||
|
@ -8,7 +8,7 @@
|
||||
//////////////////////////////////////////////////////////////////////
|
||||
|
||||
|
||||
BOSL_VERSION = [2,0,110];
|
||||
BOSL_VERSION = [2,0,111];
|
||||
|
||||
|
||||
// Section: BOSL Library Version Functions
|
||||
|
Loading…
x
Reference in New Issue
Block a user