summaryrefslogtreecommitdiffstats
path: root/src/demos/particles/engine/GLComponent.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/demos/particles/engine/GLComponent.java')
-rwxr-xr-xsrc/demos/particles/engine/GLComponent.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/demos/particles/engine/GLComponent.java b/src/demos/particles/engine/GLComponent.java
index 43c3501..7194861 100755
--- a/src/demos/particles/engine/GLComponent.java
+++ b/src/demos/particles/engine/GLComponent.java
@@ -40,7 +40,7 @@ import javax.media.opengl.*;
import javax.media.opengl.glu.*;
import javax.media.opengl.awt.*;
-import com.sun.opengl.util.FPSAnimator;
+import com.jogamp.opengl.util.FPSAnimator;
public class GLComponent extends GLCanvas implements GLEventListener {