Skip to content

Commit 11278ed

Browse files
committed
sdl_glimp: there is no 1.x renderer anymore
1 parent ee0c43d commit 11278ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/engine/sys/sdl_glimp.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -753,7 +753,7 @@ static rserr_t GLimp_SetMode( int mode, bool fullscreen, bool noborder )
753753
sscanf( ( const char * ) glGetString( GL_VERSION ), "%d.%d", &GLmajor, &GLminor );
754754
if ( GLmajor < 2 || ( GLmajor == 2 && GLminor < 1 ) )
755755
{
756-
// missing shader support, switch to 1.x renderer
756+
// missing shader support, there is no 1.x renderer anymore
757757
return rserr_t::RSERR_OLD_GL;
758758
}
759759

0 commit comments

Comments
 (0)