mirror of
https://github.com/GTA-ASM/SanAndreasUnity
synced 2025-02-16 21:08:28 +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…
Add table
Reference in a new issue