mirror of
https://bitbucket.org/cosmicvoids/vide_public.git
synced 2025-07-04 15:21:11 +00:00
Fixed argument passingin mock
This commit is contained in:
parent
75229b865a
commit
859e82cafd
1 changed files with 1 additions and 1 deletions
|
@ -699,7 +699,7 @@ int main(int argc, char **argv)
|
||||||
}
|
}
|
||||||
else if (args_info.gadget2_given)
|
else if (args_info.gadget2_given)
|
||||||
{
|
{
|
||||||
loader = gadgetLoader(args_info.gadget_arg, 1/args_info.gadgetUnit_arg, NEED_POSITION|NEED_VELOCITY|NEED_GADGET_ID, 2, preselector);
|
loader = gadgetLoader(args_info.gadget2_arg, 1/args_info.gadgetUnit_arg, NEED_POSITION|NEED_VELOCITY|NEED_GADGET_ID, 2, preselector);
|
||||||
}
|
}
|
||||||
else if (args_info.flash_given)
|
else if (args_info.flash_given)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue