added missing newline at end of file

This commit is contained in:
oy 2012-07-18 00:26:40 +02:00
parent fea5e1316c
commit 42f689f5f3

View file

@ -90,4 +90,4 @@ void CMenus::RenderLogo(CUIRect MainView)
IGraphics::CQuadItem QuadItem(MainView.w/2-140, 70, 280, 70);
Graphics()->QuadsDrawTL(&QuadItem, 1);
Graphics()->QuadsEnd();
}
}