Tomasz Zieliński 1 år sedan
förälder
incheckning
4413f03276
1 ändrade filer med 1 tillägg och 2 borttagningar
  1. 1 2
      lib/rmg/modificators/ConnectionsPlacer.cpp

+ 1 - 2
lib/rmg/modificators/ConnectionsPlacer.cpp

@@ -62,8 +62,7 @@ void ConnectionsPlacer::process()
 				if (!vstd::contains(dCompleted, c))
 				{
 					placeMonolithConnection(c);
-					// FIXME: Two pair of monoliths are added instead of 1
-						continue;
+					continue;
 				}
 			}