Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
in0finite committed May 31, 2020
1 parent 3d3b697 commit ec7417c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Assets/Scripts/Behaviours/Vehicles/Vehicle_Radio.cs
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ void Update_Radio()
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;
}

Expand Down

0 comments on commit ec7417c

Please sign in to comment.