mirror of
https://github.com/GTA-ASM/SanAndreasUnity
synced 2024-11-27 06:20:17 +00:00
don't assign initial Y position when finding ground
This commit is contained in:
parent
25d1e30efa
commit
60f685dd70
1 changed files with 1 additions and 1 deletions
|
@ -287,7 +287,7 @@ namespace SanAndreasUnity.Behaviours
|
|||
yield return null;
|
||||
|
||||
// set y pos to high value, so that higher grounds can be loaded
|
||||
this.transform.SetY (150);
|
||||
// this.transform.SetY (150);
|
||||
|
||||
Vector3 startingPos = this.transform.position;
|
||||
|
||||
|
|
Loading…
Reference in a new issue