16
0
mirror of https://github.com/MaSzyna-EU07/maszyna.git synced 2026-07-20 11:29:18 +02:00

gfx.extraeffects setting, parallax shader changes

This commit is contained in:
milek7
2019-09-27 20:07:52 +02:00
parent 2f41feb65b
commit fc13d6c2a9
4 changed files with 16 additions and 7 deletions

View File

@@ -827,6 +827,11 @@ global_settings::ConfigParse(cParser &Parser) {
Parser.getTokens(1);
Parser >> gfx_skippipeline;
}
else if (token == "gfx.extraeffects")
{
Parser.getTokens(1);
Parser >> gfx_extraeffects;
}
else if (token == "gfx.usegles")
{
Parser.getTokens(1);