Tomasz Zieliński 1 년 전
부모
커밋
8ed940d538
1개의 변경된 파일0개의 추가작업 그리고 4개의 파일을 삭제
  1. 0 4
      lib/mapping/CMap.cpp

+ 0 - 4
lib/mapping/CMap.cpp

@@ -571,8 +571,6 @@ void CMap::removeObject(CGObjectInstance * obj)
 	removeBlockVisTiles(obj);
 	instanceNames.erase(obj->instanceName);
 
-	// FIXME: This is inefficient when batch-deleting objects, as objects are updated one by one.
-
 	//update indeces
 
 	auto iter = std::next(objects.begin(), obj->id.getNum());
@@ -710,8 +708,6 @@ void CMap::resolveQuestIdentifiers()
 
 void CMap::reindexObjects()
 {
-	// TODO: Call at map save?
-
 	// Only reindex at editor / RMG operations
 
 	std::sort(objects.begin(), objects.end(), [](const CGObjectInstance * lhs, const CGObjectInstance * rhs)