I just can't believe that none of you people never had an issue with the statspanel of OgreBites.
Did you notice that the first two statspanel entries are wrong?
They've been wrong since the day OgreBites replaced our old overlay-based demo "gui".
The staspanel caption is repeated for the first two entries, so that average and best fps values becomes the caption.
It's just a small typo in ogre/Samples/Common/include/SdkTrays.h - lines 2784 and 2790:
Code: Select all
values.push_back(s);
Code: Select all
values.push_back(str);
The reason why I am opening up a topic here is to hear if you've noticed it, why you haven't given a damn about it and why the team hasn't applied the fix yet.
Ticket:
http://www.ogre3d.org/mantis/view.php?id=461