mirror of
https://github.com/GTA-ASM/SanAndreasUnity
synced 2024-11-22 20:13:02 +00:00
remove OnGUI() function
This commit is contained in:
parent
496333b26d
commit
bdbec0bdeb
1 changed files with 0 additions and 23 deletions
|
@ -324,28 +324,5 @@ namespace SanAndreasUnity.Behaviours
|
|||
return zoomVal;
|
||||
}
|
||||
|
||||
private void OnGUI()
|
||||
{
|
||||
if (!Loader.HasLoaded)
|
||||
return;
|
||||
|
||||
if (!toggleInfo) return;
|
||||
|
||||
if (!toggleMap)
|
||||
{
|
||||
|
||||
// display current zone name
|
||||
|
||||
|
||||
if (showZoomPanel)
|
||||
{
|
||||
|
||||
//string.Format("x{0}", curZoomPercentage.ToString("F2"))
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue