fix typo in variable name

This commit is contained in:
Andrew Meadows 2018-01-12 07:40:24 -08:00
parent 9a1a10b4e1
commit 80c43bd0f7

View file

@ -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: