Alexander Rose 1 year ago
parent
commit
82065dc5b7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/mol-gl/webgl/extensions.ts

+ 1 - 1
src/mol-gl/webgl/extensions.ts

@@ -144,7 +144,7 @@ export function createExtensions(gl: GLRenderingContext): WebGLExtensions {
     }
     const clipControl = getClipControl(gl);
     if (isDebugMode && clipControl === null) {
-        console.log('Could not find support for "clipControl"');
+        console.log('Could not find support for "clip_control"');
     }
 
     const noNonInstancedActiveAttribs = getNoNonInstancedActiveAttribs(gl);