mirror of
https://github.com/revarbat/BOSL2.git
synced 2025-08-05 23:57:37 +02:00
Docs formatting fix in place_copies()
This commit is contained in:
@@ -22,7 +22,7 @@
|
|||||||
// place_copies(a) ...
|
// place_copies(a) ...
|
||||||
//
|
//
|
||||||
// Arguments:
|
// Arguments:
|
||||||
// a = array of XYZ offset vectors. Default [[0,0,0]]
|
// a = Array of XYZ offset vectors. Default `[[0,0,0]]`
|
||||||
//
|
//
|
||||||
// Side Effects:
|
// Side Effects:
|
||||||
// `$pos` is set to the relative centerpoint of each child copy, and can be used to modify each child individually.
|
// `$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
|
// Section: BOSL Library Version Functions
|
||||||
|
Reference in New Issue
Block a user