瀏覽代碼

debug view zeigt jetzt auch conflict detection an

Kolja Strohm 6 年之前
父節點
當前提交
71e5d7588f
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/bk/BKNodePlacement.java

+ 1 - 1
src/bk/BKNodePlacement.java

@@ -154,7 +154,7 @@ public class BKNodePlacement extends AnimatedAlgorithm {
         switch( state )
         {
         case CONFLICTS:
-            return combine.getDebugString();
+            return conftion.getDebugString();
         case LAYOUT1:
             return layouts[ 0 ].getDebugString();
         case LAYOUT2: