mirror of
https://github.com/GTA-ASM/SanAndreasUnity
synced 2024-11-14 00:07:15 +00:00
skip font loading because fonts are not used anywhere
This commit is contained in:
parent
f84bbcf486
commit
f96be81166
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@ namespace SanAndreasUnity.Behaviours
|
|||
new LoadingStep ( StepLoadSplashScreen, "Loading splash screen", 0.06f ),
|
||||
new LoadingStep ( StepSetSplash1, "Set splash 1" ),
|
||||
new LoadingStep ( StepLoadAudio, "Loading audio" ),
|
||||
new LoadingStep ( StepLoadFonts,"Loading fonts"),
|
||||
//new LoadingStep ( StepLoadFonts,"Loading fonts"),
|
||||
new LoadingStep ( StepLoadCollision, "Loading collision files", 0.9f ),
|
||||
new LoadingStep ( StepLoadItemInfo, "Loading item info", 2.4f ),
|
||||
new LoadingStep ( StepLoadHandling, "Loading handling", 0.01f ),
|
||||
|
|
Loading…
Reference in a new issue