1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-08 11:38:21 +02:00

Fixed installed library searching with nested project directories

This commit is contained in:
Brian Fiete 2022-05-21 10:18:47 -07:00
parent a5f0b0f12e
commit 6833c12fc8

View file

@ -161,10 +161,8 @@ namespace IDE
regEntry.mLocation = .Path(new String(filePath));
}
else
{
AddFromLibraryPath(filePath);
}
AddFromLibraryPath(filePath);
}
}