16
0
mirror of https://github.com/MaSzyna-EU07/maszyna.git synced 2026-07-21 14:49:19 +02:00

rename, configurable gamma mode

This commit is contained in:
milek7
2018-10-17 19:16:32 +02:00
parent 2ffdb35d0f
commit b9fbe7452b
14 changed files with 59 additions and 43 deletions

View File

@@ -741,7 +741,12 @@ global_settings::ConfigParse(cParser &Parser) {
else if (token == "gfx.usegles")
{
Parser.getTokens(1);
Parser >> use_gles;
Parser >> gfx_usegles;
}
else if (token == "gfx.shadergamma")
{
Parser.getTokens(1);
Parser >> gfx_shadergamma;
}
else if (token == "map.enabled")
{