Skip to content

Commit

Permalink
Modernise fnc_vectCross
Browse files Browse the repository at this point in the history
  • Loading branch information
dedmen committed Jun 24, 2018
1 parent b95ef28 commit 7b459f0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion addons/vectors/fnc_vectCross.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,6 @@ Author:
---------------------------------------------------------------------------- */

//Function is complete replica, deprecated
_this call BIS_fnc_crossProduct
params ["_v1", "_v2"];

_v1 vectorCrossProduct _v2

0 comments on commit 7b459f0

Please sign in to comment.