summaryrefslogtreecommitdiffstats
path: root/src/demos/dualDepthPeeling/GLHelper.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/demos/dualDepthPeeling/GLHelper.java')
-rw-r--r--src/demos/dualDepthPeeling/GLHelper.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/demos/dualDepthPeeling/GLHelper.java b/src/demos/dualDepthPeeling/GLHelper.java
index cf1cccc..acfd9ae 100644
--- a/src/demos/dualDepthPeeling/GLHelper.java
+++ b/src/demos/dualDepthPeeling/GLHelper.java
@@ -10,7 +10,7 @@ package demos.dualDepthPeeling;
//
// Copyright (c) NVIDIA Corporation. All rights reserved.
////////////////////////////////////////////////////////////////////////////////
-import javax.media.opengl.GL2;
+import com.jogamp.opengl.GL2;
public class GLHelper
{