fix for TouchInput

This commit is contained in:
in0finite 2022-01-22 02:10:43 +01:00
parent bd21838255
commit d15a96529e

View file

@ -104,6 +104,9 @@ namespace SanAndreasUnity.UI
void OnLoaderFinished()
{
if (F.IsAppInEditTime)
return;
// assign textures to movement buttons' arrows
movementButton.leftArrow.texture = HUD.LeftArrowTexture;