fix: Missing reference
This commit is contained in:
parent
03dc26d2d4
commit
9685b39969
@ -13,7 +13,7 @@ namespace hex::plugin::builtin {
|
|||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
for (const auto [extractFolder, alwaysExtract] : Paths) {
|
for (const auto &[extractFolder, alwaysExtract] : Paths) {
|
||||||
for (const auto &romfsPath : romfs::list(extractFolder)) {
|
for (const auto &romfsPath : romfs::list(extractFolder)) {
|
||||||
for (const auto &imhexPath : fs::getDataPaths()) {
|
for (const auto &imhexPath : fs::getDataPaths()) {
|
||||||
const auto path = imhexPath / std::fs::relative(romfsPath, extractFolder);
|
const auto path = imhexPath / std::fs::relative(romfsPath, extractFolder);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user