Merge pull request #3648 from acemod/fixtagging_master

fix script error in tagging
This commit is contained in:
commy2 2016-04-02 10:12:38 +02:00
commit a7cf010f7a

View File

@ -17,7 +17,7 @@
#include "script_component.hpp"
GVAR(tagsToTest) = GVAR(tagsToTest) select {
params ["_tag", "_tagPosASL", "_vectorDirAndUp"];
_x params ["_tag", "_tagPosASL", "_vectorDirAndUp"];
_vectorDirAndUp params ["_v1", "_v2"];