mirror of
https://github.com/GTA-ASM/SanAndreasUnity
synced 2024-11-22 20:13:02 +00:00
remove commented code
This commit is contained in:
parent
602f3beb4d
commit
496333b26d
1 changed files with 0 additions and 14 deletions
|
@ -241,20 +241,6 @@ namespace SanAndreasUnity.Behaviours
|
|||
return;
|
||||
|
||||
|
||||
//Vector3 defPos = (new Vector3(pPos.x, pPos.z, 0) * (uiSize / -1000f)) / scaleConst; // Why?
|
||||
|
||||
//if (mapContainer != null)
|
||||
//{
|
||||
|
||||
// mapContainer.localPosition = new Vector3(defPos.x * 1f, defPos.y * 1f, 1);
|
||||
|
||||
// lerpedZoomCounter += Time.deltaTime;
|
||||
|
||||
// if (lerpedZoomCounter > 1)
|
||||
// lerpedZoomCounter = 0;
|
||||
//}
|
||||
|
||||
|
||||
// update focus position
|
||||
|
||||
var ped = m_ped;
|
||||
|
|
Loading…
Reference in a new issue