Initializing a variable

This commit is contained in:
bernatx 2019-02-28 14:56:03 +01:00
parent b7be0c67d3
commit e3c2f68195
1 changed files with 1 additions and 1 deletions

View File

@ -440,7 +440,7 @@ void CarlaReplayer::ProcessPositions(void)
void CarlaReplayer::UpdatePositions(double Per)
{
unsigned int i;
uint32_t NewFollowId;
uint32_t NewFollowId = 0;
std::unordered_map<int, int> TempMap;
// map the id of all previous positions to its index