소스 검색

Minor comment alteration, I think

Ludwig Tietze 6 년 전
부모
커밋
477383c028
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      src/ui/view/UnitGraph.java

+ 0 - 1
src/ui/view/UnitGraph.java

@@ -869,7 +869,6 @@ public class UnitGraph extends JPanel implements MouseListener, MouseMotionListe
     	for(IGraphedElement e:tempElements)e.setStretching(b);
     }
     
-    
     static int lv=0;
     
     public static int getEffectiveIndex(Model m, IGraphedElement e, int timeStep){