Browse Source

Remove comment which break the build

Tomasz Zieliński 2 years ago
parent
commit
f3c795462f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lib/rmg/RmgObject.cpp

+ 1 - 1
lib/rmg/RmgObject.cpp

@@ -182,7 +182,7 @@ std::list<Object::Instance*> Object::instances()
 {
 	std::list<Object::Instance*> result;
 	for(auto & i : dInstances)
-		result.push_back(&i); //FIXME: Sterta zosta³a uskzodzona :? Mo¿e w innym miejscu?
+		result.push_back(&i);
 	return result;
 }