X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fdarkplaces.git;a=blobdiff_plain;f=vid_sdl.c;h=c301160af09adffd8a3fbd0c507ebd00f7389a33;hp=75b9e1017b4c57ffb1834854a5b9b44678a15859;hb=72febe336719285ecd4f855454d1e90f7aa99834;hpb=0b21c729f7b68ebc477c7f924771c7af8cd960e0;ds=sidebyside diff --git a/vid_sdl.c b/vid_sdl.c index 75b9e101..c301160a 100644 --- a/vid_sdl.c +++ b/vid_sdl.c @@ -1745,6 +1745,8 @@ void GLES_Init(void) Con_DPrintf("Using GLES2.0 rendering path - %i texture matrix, %i texture images, %i texcoords%s\n", vid.texunits, vid.teximageunits, vid.texarrayunits, vid.support.ext_framebuffer_object ? ", shadowmapping supported" : ""); vid.renderpath = RENDERPATH_GLES2; vid.useinterleavedarrays = false; + vid.sRGBcapable2D = false; + vid.sRGBcapable3D = false; // VorteX: set other info (maybe place them in VID_InitMode?) extern cvar_t gl_info_vendor;