In CGUIMeshViewer.cpp, line 120 contains the statement:
Code: Select all
frameRect.LowerRightCorner.Y = AbsoluteRect.LowerRightCorner.Y;
Code: Select all
frameRect = AbsoluteRect;
It's no big deal. I just happened to notice it.
Code: Select all
frameRect.LowerRightCorner.Y = AbsoluteRect.LowerRightCorner.Y;
Code: Select all
frameRect = AbsoluteRect;