mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-07-21 11:19:19 +02:00
simpler draw range adjustment (it is mostly useless with vsync anyway)
This commit is contained in:
11
Globals.cpp
11
Globals.cpp
@@ -75,10 +75,19 @@ global_settings::ConfigParse(cParser &Parser) {
|
||||
}
|
||||
else if (token == "heightbase")
|
||||
{
|
||||
|
||||
Parser.getTokens(1, false);
|
||||
Parser >> fDistanceFactor;
|
||||
}
|
||||
else if (token == "targetfps")
|
||||
{
|
||||
Parser.getTokens(1, false);
|
||||
Parser >> targetfps;
|
||||
}
|
||||
else if (token == "basedrawrange")
|
||||
{
|
||||
Parser.getTokens(1);
|
||||
Parser >> BaseDrawRange;
|
||||
}
|
||||
else if (token == "fullscreen")
|
||||
{
|
||||
Parser.getTokens();
|
||||
|
||||
Reference in New Issue
Block a user