Browse Source

Minor comment alteration, I think

Ludwig Tietze 6 years ago
parent
commit
477383c028
1 changed files with 0 additions and 1 deletions
  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){