1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-21 17:28:00 +02:00

Fixed Quick Info command

This commit is contained in:
Brian Fiete 2021-12-23 07:34:54 -05:00
parent 6c2d03c898
commit 6e869c5ac5
3 changed files with 20 additions and 3 deletions

View file

@ -11441,7 +11441,7 @@ BfTypedValue BfExprEvaluator::DoImplicitArgCapture(BfAstNode* refNode, BfMethodI
BfMethodInstance* methodRefMethodInst = methodRefType->mMethodRef;
BF_ASSERT(methodRefMethodInst == methodInstance);
auto paramType = methodInstance->GetParamType(paramIdx);
int dataIdx = methodRefType->GetDataIdxFromParamIdx(paramIdx);