mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Reduce the placement distance
This commit is contained in:
parent
8c187cbf07
commit
7da6e2a35f
@ -52,7 +52,7 @@ GVAR(digPFH) = [{
|
||||
|
||||
// Update trench position
|
||||
GVAR(trenchType) params ["", "", "_dx", "_dy", "_offset"];
|
||||
private _basePos = eyePos _unit vectorAdd ([sin getDir _unit, +cos getDir _unit, 0] vectorMultiply 2);
|
||||
private _basePos = eyePos _unit vectorAdd ([sin getDir _unit, +cos getDir _unit, 0] vectorMultiply 1.0);
|
||||
|
||||
private _angle = (GVAR(digDirection) + getDir _unit);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user