mirror of
https://github.com/GTA-ASM/SanAndreasUnity
synced 2024-11-10 06:34:16 +00:00
skip loading GXT - temporary fix for #32
This commit is contained in:
parent
dc25586fd0
commit
9970b7917d
1 changed files with 1 additions and 1 deletions
|
@ -100,7 +100,7 @@ namespace SanAndreasUnity.Behaviours
|
|||
new LoadingStep ( StepSetSplash2, "Set splash 2" ),
|
||||
new LoadingStep ( StepLoadMap, "Loading map", 2.1f ),
|
||||
new LoadingStep ( StepLoadSpecialTextures, "Loading special textures", 0.01f ),
|
||||
new LoadingStep ( StepLoadGXT, "Loading GXT", 0.15f),
|
||||
// new LoadingStep ( StepLoadGXT, "Loading GXT", 0.15f),
|
||||
};
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue