make texture no longer readable

This commit is contained in:
in0finite 2020-04-22 23:06:55 +02:00
parent 587354248d
commit 91d98f9741

View file

@ -106,8 +106,7 @@ namespace SanAndreasUnity.UI {
}
}
//tex.Apply(false, true);
tex.Apply();
tex.Apply(true, true);
Weapon.CrosshairTexture = tex;
this.crosshairImage.enabled = true;