2
0
Fork 0
mirror of https://github.com/GTA-ASM/SanAndreasUnity synced 2025-02-18 13:58:28 +00:00

remove some unused code

This commit is contained in:
in0finite 2019-07-25 00:51:05 +02:00
parent 1117d03c63
commit 5ed74ff3d1

View file

@ -17,17 +17,6 @@ namespace SanAndreasUnity.Utilities
void Awake()
{
// setup references
// leftArrow = this.transform.FindChild("LeftArrow").GetComponent<RawImage>();
// rightArrow = this.transform.FindChild("RightArrow").GetComponent<RawImage>();
// upArrow = this.transform.FindChild("UpArrow").GetComponent<RawImage>();
// downArrow = this.transform.FindChild("DownArrow").GetComponent<RawImage>();
}
void OnDisable()
{
m_isPointerDown = false;