mirror of
https://github.com/GTA-ASM/SanAndreasUnity
synced 2024-11-23 04:23:04 +00:00
cleanup
This commit is contained in:
parent
886edc3084
commit
ca40df585d
1 changed files with 0 additions and 3 deletions
|
@ -10,7 +10,6 @@ namespace SanAndreasUnity.Behaviours.Peds.States
|
|||
// TODO:
|
||||
// - add real aim anims ?
|
||||
// - drive-by exiting state - activated when going from drive-by to sitting state, or when trying to exit vehicle
|
||||
// - camera
|
||||
// - weapon's gun flash should depend on last time when fired, not on anim time - maybe don't change it, because we may play real aim anims
|
||||
// - ignore current vehicle when raycasting for weapon shot
|
||||
// - sometimes fire direction is going up in the sky when aiming opposite of vehicle's direction
|
||||
|
@ -164,8 +163,6 @@ namespace SanAndreasUnity.Behaviours.Peds.States
|
|||
else
|
||||
return base.GetCameraFocusPos();
|
||||
|
||||
//return m_ped.transform.position + Vector3.up * 0.5f;
|
||||
|
||||
//return m_ped.PlayerModel.Head.transform.position;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue