mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-09-01 22:47:26 +00:00
refactor: streamline T6 asset loading
This commit is contained in:
@@ -90,7 +90,7 @@ namespace
|
||||
GivenMaterial("ui_button_xenon_lstick_anim_d", context, memory);
|
||||
GivenMaterial("xenonbutton_ls", context, memory);
|
||||
|
||||
auto loader = CreateJsonFontIconLoader(memory, searchPath);
|
||||
auto loader = font_icon::CreateJsonLoader(memory, searchPath);
|
||||
auto result = loader->CreateAsset("fonticon/test.csv", context);
|
||||
REQUIRE(result.HasBeenSuccessful());
|
||||
|
||||
|
Reference in New Issue
Block a user