Ver Fonte

graphics performance increase

Eren Yilmaz há 6 anos atrás
pai
commit
3939b25406
1 ficheiros alterados com 1 adições e 1 exclusões
  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() )