Procházet zdrojové kódy

graphics performance increase

Eren Yilmaz před 6 roky
rodič
revize
3939b25406
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      src/animation/AnimatedAlgorithm.java

+ 1 - 1
src/animation/AnimatedAlgorithm.java

@@ -32,7 +32,7 @@ public abstract class AnimatedAlgorithm extends Thread {
     {
         if( renderImage )
         {
-            //renderImage = false;
+            renderImage = false;
             SwingUtilities.invokeLater(new Runnable() {
                 public void run() {
                     for( ComponentListener l : view.getComponentListeners() )