16
0
mirror of https://github.com/MaSzyna-EU07/maszyna.git synced 2026-09-01 13:59:19 +02:00

make targetfps great again

This commit is contained in:
maj00r
2026-08-25 18:03:55 +02:00
parent 9a0b63a97c
commit 0aceb120e2
2 changed files with 7 additions and 1 deletions

View File

@@ -133,7 +133,7 @@ struct global_settings {
float ShakingMultiplierRL {1.f}; // mnożnik bujania kamera lewo/prawo
float ShakingMultiplierUD {1.f}; // mnożnik bujania kamera gora/dol
float fDistanceFactor{ 1.f }; // baza do przeliczania odległości dla LoD
float targetfps{ 0.0f };
float targetfps{ 60.0f };
bool bFullScreen{ false };
bool VSync{ false };
bool bWireFrame{ false };