16
0
mirror of https://github.com/MaSzyna-EU07/maszyna.git synced 2026-07-23 01:39:19 +02:00

simpler draw range adjustment (it is mostly useless with vsync anyway)

This commit is contained in:
milek7
2019-03-18 23:27:09 +01:00
parent 4b3bea9ea3
commit 62a3d2f92c
4 changed files with 20 additions and 32 deletions

View File

@@ -104,7 +104,8 @@ struct global_settings {
int iWindowWidth{ 800 };
int iWindowHeight{ 600 };
float fDistanceFactor{ iWindowHeight / 768.f }; // baza do przeliczania odległości dla LoD
float fDistanceFactor{ 1.0f }; // baza do przeliczania odległości dla LoD
float targetfps { 0.0f };
bool bFullScreen{ false };
bool VSync{ false };
bool bWireFrame{ false };