mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-22 17:48:01 +02:00
Fixed issue of file hashing causing too much rebuilding
This commit is contained in:
parent
592471434f
commit
807b71d433
10 changed files with 53 additions and 22 deletions
|
@ -83,7 +83,7 @@ namespace IDE.Util
|
|||
for (var projectSource in editData.mProjectSources)
|
||||
{
|
||||
projectSource.HasChangedSinceLastCompile = true;
|
||||
IDEApp.sApp.mBfResolveCompiler.QueueProjectSource(projectSource, false);
|
||||
IDEApp.sApp.mBfResolveCompiler.QueueProjectSource(projectSource, .None, false);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -127,7 +127,7 @@ namespace IDE.Util
|
|||
for (var projectSource in editData.mProjectSources)
|
||||
{
|
||||
projectSource.HasChangedSinceLastCompile = true;
|
||||
IDEApp.sApp.mBfResolveCompiler.QueueProjectSource(projectSource, false);
|
||||
IDEApp.sApp.mBfResolveCompiler.QueueProjectSource(projectSource, .None, false);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue