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:
parent
e5e40811cf
commit
4fe6bcaa86
3 changed files with 14 additions and 8 deletions
|
@ -752,6 +752,7 @@ namespace IDE.Compiler
|
|||
{
|
||||
if (mWantsRemoveOldData)
|
||||
{
|
||||
mBfSystem.RemoveOldParsers();
|
||||
mBfSystem.RemoveOldData();
|
||||
mWantsRemoveOldData = false;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue