Show differencesHistory of post edits
#Actualfrob
Posted 12 February 2013 - 12:20 PM
From your log file, it is removing the last element (not second element) of your open list regardless of your other settings.
Will you post the surrounding code of those two push_back() and erase() lines?
#1frob
Posted 12 February 2013 - 12:18 PM
It isn't the second item in the list.
From your log file, in every case it is removing the last element (not second element) of your open list regardless of your other settings.
Will you post the surrounding code of those two push_back() and erase() lines?
From your log file, in every case it is removing the last element (not second element) of your open list regardless of your other settings.
Will you post the surrounding code of those two push_back() and erase() lines?