Xonotic: make sRGB compiles default
This commit is contained in:
parent
a0b68611bc
commit
d0df309a98
|
|
@ -63,9 +63,9 @@ game_t struct
|
||||||
qfalse, /* wolf lighting model? */
|
qfalse, /* wolf lighting model? */
|
||||||
128, /* lightmap width/height */
|
128, /* lightmap width/height */
|
||||||
1.0f, /* lightmap gamma */
|
1.0f, /* lightmap gamma */
|
||||||
qfalse, /* lightmap sRGB */
|
qtrue, /* lightmap sRGB */
|
||||||
qfalse, /* texture sRGB */
|
qtrue, /* texture sRGB */
|
||||||
qfalse, /* color sRGB */
|
qtrue, /* color sRGB */
|
||||||
1.0f, /* lightmap exposure */
|
1.0f, /* lightmap exposure */
|
||||||
1.0f, /* lightmap compensate */
|
1.0f, /* lightmap compensate */
|
||||||
1.0f, /* lightgrid scale */
|
1.0f, /* lightgrid scale */
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user