mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Merge pull request #3648 from acemod/fixtagging_master
fix script error in tagging
This commit is contained in:
commit
a7cf010f7a
@ -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