mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
fix script error in tagging
This commit is contained in:
parent
c76d1cb368
commit
5aeb19312b
@ -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"];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user