Initializing a variable
This commit is contained in:
parent
b7be0c67d3
commit
e3c2f68195
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue