mirror of
https://github.com/aharabada/glitchy-engine-beef.git
synced 2026-09-05 13:01:52 +00:00
Fixed beef workspace build
This commit is contained in:
@@ -138,8 +138,6 @@ abstract class Module
|
||||
|
||||
private static bool DirectoryNeedsRebuild(ModuleInfo cacheInfo, DirectoryInfo dirInfo, WatchedSource source)
|
||||
{
|
||||
bool needsRebuild = false;
|
||||
|
||||
Stack<DirectoryInfo> directoriesToCheck = new ();
|
||||
directoriesToCheck.Push(dirInfo);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user