mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-08 19:48:20 +02:00
Fixed always-include on specialized types
This commit is contained in:
parent
d11348a4e4
commit
5ac1bbf63f
2 changed files with 10 additions and 0 deletions
|
@ -2811,6 +2811,8 @@ void BfContext::MarkUsedModules(BfProject* project, BfModule* module)
|
|||
{
|
||||
BP_ZONE("BfContext::MarkUsedModules");
|
||||
|
||||
BF_ASSERT(!module->mIsDeleting);
|
||||
|
||||
if (module->mIsScratchModule)
|
||||
return;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue