Explorar el Código

graphics performance increase

Eren Yilmaz hace 6 años
padre
commit
3939b25406
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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() )