This commit is contained in:
in0finite 2020-05-07 23:06:37 +02:00
parent 3d3b697076
commit ec7417c510

View file

@ -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;
} }