Explorar o código

Fixed glexts.

Mark Sibly %!s(int64=8) %!d(string=hai) anos
pai
achega
b61f262d2c
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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 ) );