Skip to content

Commit

Permalink
optimize CBA_fnc_randomVector3D (#1164)
Browse files Browse the repository at this point in the history
  • Loading branch information
commy2 committed Jun 15, 2019
1 parent 6a42995 commit 4e7a681
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/vectors/fnc_randomVector3D.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ Author:
commy2
---------------------------------------------------------------------------- */

[1, random 360, acos (random 2 - 1) - 90] call CBA_fnc_polar2vect // return
[1, random 360, asin (random 2 - 1)] call CBA_fnc_polar2vect // return

0 comments on commit 4e7a681

Please sign in to comment.