mirror of
https://github.com/GTA-ASM/SanAndreasUnity
synced 2024-11-22 12:03:04 +00:00
fix for TouchInput
This commit is contained in:
parent
bd21838255
commit
d15a96529e
1 changed files with 3 additions and 0 deletions
|
@ -104,6 +104,9 @@ namespace SanAndreasUnity.UI
|
|||
|
||||
void OnLoaderFinished()
|
||||
{
|
||||
if (F.IsAppInEditTime)
|
||||
return;
|
||||
|
||||
// assign textures to movement buttons' arrows
|
||||
|
||||
movementButton.leftArrow.texture = HUD.LeftArrowTexture;
|
||||
|
|
Loading…
Reference in a new issue