mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Merge pull request #5800 from acemod/fixClimbingOnWater
Movement - Fix climbing when over water
This commit is contained in:
commit
a3a0d238b7
@ -24,4 +24,5 @@ private _pos = _unit modelToWorldVisual (_unit selectionPosition "camera");
|
||||
|
||||
_pos = _pos vectorDiff (_unit selectionPosition "camera");
|
||||
|
||||
_unit setPos _pos;
|
||||
_unit setPosASL (AGLtoASL _pos);
|
||||
TRACE_2("",AGLtoASL _pos,getPosASL _unit);
|
||||
|
Loading…
Reference in New Issue
Block a user