summaryrefslogtreecommitdiffstats
path: root/src/demos
diff options
context:
space:
mode:
Diffstat (limited to 'src/demos')
-rwxr-xr-xsrc/demos/particles/engine/ControlWindow.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/demos/particles/engine/ControlWindow.java b/src/demos/particles/engine/ControlWindow.java
index 8beb8ee..8268e6f 100755
--- a/src/demos/particles/engine/ControlWindow.java
+++ b/src/demos/particles/engine/ControlWindow.java
@@ -91,7 +91,7 @@ public class ControlWindow extends JFrame implements ActionListener, ChangeListe
// Engine components
numParticles = new Integer(1000);
engine = new Engine(numParticles.intValue(), "demos/particles/engine/images/particle.jpg");
- glComponent = new GLComponent(100, new RGBA(0.0f, 0.0f, 0.0f, 1.0f), new RGBA(0.0f, 0.0f, 0.0f, 1.0f), engine);
+ glComponent = new GLComponent(60, new RGBA(0.0f, 0.0f, 0.0f, 1.0f), new RGBA(0.0f, 0.0f, 0.0f, 1.0f), engine);
// Close and reset buttons
resetButton = new JButton("Reset");