mirror of
https://github.com/GTA-ASM/SanAndreasUnity
synced 2024-11-25 13:30:17 +00:00
...
This commit is contained in:
parent
3d3b697076
commit
ec7417c510
1 changed files with 1 additions and 1 deletions
|
@ -91,7 +91,7 @@ namespace SanAndreasUnity.Behaviours.Vehicles
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
// update current station time - this is needed in case vehicle gets destroyed - current time will not be updated
|
// update current station time - this is needed in case vehicle gets destroyed - current time will not be updated - or maybe it will ?
|
||||||
RadioStation.stations[m_currentRadioStationIndex].currentTime = m_radioAudioSource.time;
|
RadioStation.stations[m_currentRadioStationIndex].currentTime = m_radioAudioSource.time;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue