mirror of
https://github.com/GTA-ASM/SanAndreasUnity
synced 2024-11-26 05:50:18 +00:00
remove unused variables
This commit is contained in:
parent
c35847b782
commit
864dd6239c
1 changed files with 1 additions and 2 deletions
|
@ -45,8 +45,7 @@ namespace SanAndreasUnity.Behaviours.Vehicles
|
|||
[HideInInspector]
|
||||
public Light m_frontLeftLight, m_frontRightLight, m_rearLeftLight, m_rearRightLight;
|
||||
|
||||
private bool frontLeftLightOk = true, frontRightLightOk = true, rearLeftLightOk = true, rearRightLightOk = true,
|
||||
m_frontLeftLightPowered = true, m_frontRightLightPowered = true, m_rearLeftLightPowered = true, m_rearRightLightPowered = true;
|
||||
private bool frontLeftLightOk = true, frontRightLightOk = true, rearLeftLightOk = true, rearRightLightOk = true;
|
||||
|
||||
private const float blinkerSum = 1.5f;
|
||||
|
||||
|
|
Loading…
Reference in a new issue