mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-09-27 23:21:20 -04:00
Merging in the latest master
This commit is contained in:
parent
447158e9d6
commit
b14c132a31
@ -16,10 +16,10 @@ namespace MWGui
|
|||||||
SettingsWindow(WindowManager& parWindowManager);
|
SettingsWindow(WindowManager& parWindowManager);
|
||||||
|
|
||||||
private:
|
private:
|
||||||
static const float sFovMin = 30;
|
static int const sFovMin = 30;
|
||||||
static const float sFovMax = 140;
|
static int const sFovMax = 140;
|
||||||
static const float sViewDistMin = 2000;
|
static int const sViewDistMin = 2000;
|
||||||
static const float sViewDistMax = 5600;
|
static int const sViewDistMax = 5600;
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
MyGUI::Button* mOkButton;
|
MyGUI::Button* mOkButton;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user