mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-07-23 13:35:06 +02:00
remove cruft
This commit is contained in:
parent
a3ac20d961
commit
cc8e618bc0
1 changed files with 0 additions and 2 deletions
|
@ -92,8 +92,6 @@ private:
|
||||||
LODManager();
|
LODManager();
|
||||||
|
|
||||||
bool _automaticLODAdjust = true;
|
bool _automaticLODAdjust = true;
|
||||||
//float _desktopLODDecreaseFPS = DEFAULT_DESKTOP_LOD_DOWN_FPS;
|
|
||||||
//float _hmdLODDecreaseFPS = DEFAULT_HMD_LOD_DOWN_FPS;
|
|
||||||
float _avgRenderTime { 0.0 };
|
float _avgRenderTime { 0.0 };
|
||||||
float _desktopMaxRenderTime { DEFAULT_DESKTOP_MAX_RENDER_TIME };
|
float _desktopMaxRenderTime { DEFAULT_DESKTOP_MAX_RENDER_TIME };
|
||||||
float _hmdMaxRenderTime { DEFAULT_HMD_MAX_RENDER_TIME };
|
float _hmdMaxRenderTime { DEFAULT_HMD_MAX_RENDER_TIME };
|
||||||
|
|
Loading…
Reference in a new issue