1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-12 13:24:09 +02:00

Made some fixes for not having a resolve compiler enabled

This commit is contained in:
Brian Fiete 2020-05-19 09:09:18 -07:00
parent e5e40811cf
commit 4fe6bcaa86
3 changed files with 14 additions and 8 deletions

View file

@ -752,6 +752,7 @@ namespace IDE.Compiler
{
if (mWantsRemoveOldData)
{
mBfSystem.RemoveOldParsers();
mBfSystem.RemoveOldData();
mWantsRemoveOldData = false;
}