Scrollable fast timer view, by Liny

This commit is contained in:
Siana Gearz
2012-09-10 02:36:37 +02:00
parent 8a44c8fce1
commit f64ccbab7e
2 changed files with 53 additions and 4 deletions

View File

@@ -99,6 +99,11 @@ private:
S32 mPrintStats;
S32 mAverageCyclesPerTimer;
LLRect mGraphRect;
// <FS:LO> Making the ledgend part of fast timers scrollable
bool mOverLegend;
S32 mScrollOffset;
// </FS:LO>
};
#endif