Commit 20d252b8 authored by oscar's avatar oscar

修改物体类型没有赋值名称

parent 7440c530
......@@ -588,6 +588,7 @@ int Track3D::UpdateTypeNameInfo(int type, std::string name)
TypeNameInfo info = {};
info.num = 0;
info.name = name;
m_typeNameList[type] = info;
}
m_typeNameList[type].num++;
return 0;
......
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