Font meta file and line in application to manually trigger font load

This commit is contained in:
Xiao Qi 2022-11-15 13:48:54 +08:00
parent 786e15771c
commit 96cb832e81
2 changed files with 4 additions and 1 deletions

View File

@ -0,0 +1,3 @@
Name: SegoeUI
ID: 176667660
Type: 10

View File

@ -135,7 +135,7 @@ namespace Sandbox
//SHComponentManager::CreateComponentSparseSet<SHCameraComponent>();
SHAssetManager::Load();
auto font = SHAssetManager::GetData<SHFontAsset>(176667660);
SHSystemManager::RegisterRoutine<SHAudioSystem, SHAudioSystem::AudioRoutine>();