skip loading GXT - temporary fix for #32

This commit is contained in:
in0finite 2019-10-06 21:49:20 +02:00
parent dc25586fd0
commit 9970b7917d

View file

@ -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),
};