瀏覽代碼

Fixed glexts.

Mark Sibly 8 年之前
父節點
當前提交
b61f262d2c
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      modules/mojo/graphics/glexts/glexts.cpp

+ 1 - 1
modules/mojo/graphics/glexts/glexts.cpp

@@ -61,7 +61,7 @@ namespace bbGLexts{
 			SDL_GL_ExtensionSupported( "GL_WEBGL_depth_texture" ) ||
 			SDL_GL_ExtensionSupported( "GL_OES_depth_texture" );
 		
-		GL_seamless_cube_map=SDL_GL_ExtensionsSupported( "GL_ARB_seamless_cube_map" );
+		GL_seamless_cube_map=SDL_GL_ExtensionSupported( "GL_ARB_seamless_cube_map" );
 			
 //		bb_printf( "GL_draw_buffers=%i\n",int( GL_draw_buffers ) );
 //		bb_printf( "GL_texture_float=%i\n",int( GL_texture_float ) );