mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 04:22:20 +02:00
Fixed installed library searching with nested project directories
This commit is contained in:
parent
a5f0b0f12e
commit
6833c12fc8
1 changed files with 2 additions and 4 deletions
|
@ -161,10 +161,8 @@ namespace IDE
|
||||||
|
|
||||||
regEntry.mLocation = .Path(new String(filePath));
|
regEntry.mLocation = .Path(new String(filePath));
|
||||||
}
|
}
|
||||||
else
|
|
||||||
{
|
AddFromLibraryPath(filePath);
|
||||||
AddFromLibraryPath(filePath);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue