mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-04-18 08:26:03 +02:00
fix typo in variable name
This commit is contained in:
parent
9a1a10b4e1
commit
80c43bd0f7
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@ public:
|
|||
void resetLODAdjust();
|
||||
|
||||
float getAverageRenderTime() const { return _avgRenderTime; };
|
||||
float getMaxTheoreticalFPS() const { return (float)MSEC_PER_SECOND / _avgRenderTime; };
|
||||
float getMaxTheoreticalFPS() const { return (float)MSECS_PER_SECOND / _avgRenderTime; };
|
||||
float getLODLevel() const;
|
||||
|
||||
signals:
|
||||
|
|
Loading…
Reference in a new issue