소스 검색

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 ) );