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:
parent
1117d03c63
commit
5ed74ff3d1
1 changed files with 0 additions and 11 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue