Remove redundant code-line (thx @ chronologicaldot for reporting).

git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@4328 dfc29bdd-3216-0410-991c-e03cc46cb475
master
cutealien 2012-10-16 10:35:59 +00:00
parent b6f902f13f
commit 3d892c5096
1 changed files with 0 additions and 1 deletions

View File

@ -117,7 +117,6 @@ void CGUIMeshViewer::draw()
frameRect = AbsoluteRect;
frameRect.UpperLeftCorner.Y = AbsoluteRect.LowerRightCorner.Y - 1;
frameRect.LowerRightCorner.Y = AbsoluteRect.LowerRightCorner.Y;
skin->draw2DRectangle(this, skin->getColor(EGDC_3D_HIGH_LIGHT), frameRect, &AbsoluteClippingRect);
// draw the mesh