Commit d4b05bfb authored by wangdawei's avatar wangdawei

read stream

parent c2f9788f
......@@ -232,6 +232,7 @@ void AdjustPPK::LoadMapInfo()
directory_iterator stream_end_iter;
for(; stream_iter != stream_end_iter; stream_iter++) {
auto fileName = stream_iter->path().stem().string();
LOG(INFO) << " fileName: " << fileName;
ulong meshId = stoi(fileName);
if(meshVec_.find(meshId) == meshVec_.end()){
MashMap meshMap;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment