mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-07-10 21:00:55 -04:00
Resource, texture and overlay services
This commit is contained in:
@@ -20,7 +20,8 @@ void reload() {
|
||||
}
|
||||
|
||||
const auto root = ConfigPath / "texture_replacements";
|
||||
s_directoryGroup = aurora::texture::load_replacement_directory(root);
|
||||
s_directoryGroup = aurora::texture::load_replacement_directory(
|
||||
root, {.priority = kUserTextureReplacementPriority});
|
||||
DuskLog.info("Texture replacement directory loaded: {} registration(s)",
|
||||
s_directoryGroup.registrations.size());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user