mirror of
https://github.com/GTA-ASM/SanAndreasUnity
synced 2024-11-22 20:13:02 +00:00
remove 'toggleInfo' variable
This commit is contained in:
parent
1cfe3b80b1
commit
1eb6dbadda
1 changed files with 0 additions and 6 deletions
|
@ -114,9 +114,6 @@ namespace SanAndreasUnity.Behaviours
|
|||
private int zoomSelector = 2;
|
||||
private Coroutine zoomCoroutine;
|
||||
|
||||
// Toggle flags
|
||||
private bool toggleInfo = true;
|
||||
|
||||
// GUI Elements
|
||||
private Texture2D blackPixel, seaPixel;
|
||||
|
||||
|
@ -210,9 +207,6 @@ namespace SanAndreasUnity.Behaviours
|
|||
zoomCoroutine = StartCoroutine(ChangeZoom(zoomIn));
|
||||
}
|
||||
|
||||
if (Input.GetKeyDown(KeyCode.F8))
|
||||
toggleInfo = !toggleInfo;
|
||||
|
||||
}
|
||||
|
||||
public static Vector2 WorldPosToMapPos(Vector3 worldPos)
|
||||
|
|
Loading…
Reference in a new issue