mirror of
https://github.com/GTA-ASM/SanAndreasUnity
synced 2024-11-14 16:27:19 +00:00
make texture no longer readable
This commit is contained in:
parent
587354248d
commit
91d98f9741
1 changed files with 1 additions and 2 deletions
|
@ -106,8 +106,7 @@ namespace SanAndreasUnity.UI {
|
|||
}
|
||||
}
|
||||
|
||||
//tex.Apply(false, true);
|
||||
tex.Apply();
|
||||
tex.Apply(true, true);
|
||||
|
||||
Weapon.CrosshairTexture = tex;
|
||||
this.crosshairImage.enabled = true;
|
||||
|
|
Loading…
Reference in a new issue