From: Rudolf Polzer Date: Sat, 31 Dec 2011 13:37:43 +0000 (+0100) Subject: Xonotic: make sRGB compiles default X-Git-Tag: xonotic-v0.6.0~32 X-Git-Url: https://de.git.xonotic.org/?p=xonotic%2Fnetradiant.git;a=commitdiff_plain;h=d0df309a98501ede263ff64cbb6e8404d2090a43 Xonotic: make sRGB compiles default --- diff --git a/tools/quake3/q3map2/game_xonotic.h b/tools/quake3/q3map2/game_xonotic.h index 3e132041..cf754854 100644 --- a/tools/quake3/q3map2/game_xonotic.h +++ b/tools/quake3/q3map2/game_xonotic.h @@ -63,9 +63,9 @@ game_t struct qfalse, /* wolf lighting model? */ 128, /* lightmap width/height */ 1.0f, /* lightmap gamma */ - qfalse, /* lightmap sRGB */ - qfalse, /* texture sRGB */ - qfalse, /* color sRGB */ + qtrue, /* lightmap sRGB */ + qtrue, /* texture sRGB */ + qtrue, /* color sRGB */ 1.0f, /* lightmap exposure */ 1.0f, /* lightmap compensate */ 1.0f, /* lightgrid scale */