mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-09 03:52:19 +02:00
Improved cross-project emit markers
This commit is contained in:
parent
eb59434e67
commit
1360afbea1
6 changed files with 50 additions and 26 deletions
|
@ -13894,7 +13894,8 @@ BfModuleMethodInstance BfModule::GetMethodInstance(BfTypeInstance* typeInst, BfM
|
|||
else
|
||||
{
|
||||
methodInstGroup->mOnDemandKind = BfMethodOnDemandKind_Decl_AwaitingDecl;
|
||||
mOnDemandMethodCount++;
|
||||
if (!mIsScratchModule)
|
||||
mOnDemandMethodCount++;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue