1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-10 12:32:20 +02:00

Perform PopulateReified pass after ProcessPurgatory

This commit is contained in:
Brian Fiete 2022-06-05 17:46:28 -07:00
parent a82130352a
commit 6f51eca72c
3 changed files with 22 additions and 7 deletions

View file

@ -481,7 +481,7 @@ public:
void CreateVData(BfVDataModule* bfModule);
void UpdateDependencyMap(bool deleteUnusued, bool& didWork);
void SanitizeDependencyMap();
void ProcessPurgatory(bool reifiedOnly);
bool ProcessPurgatory(bool reifiedOnly);
bool VerifySlotNums();
bool QuickGenerateSlotNums();
bool SlowGenerateSlotNums();