Indentation fixes

This commit is contained in:
def 2015-08-27 15:33:24 +02:00
parent 8bd2a0f3dd
commit 33f20d7dd3

View file

@ -864,9 +864,9 @@ void CMenus::RenderDemoList(CUIRect MainView)
};
static CColumn s_aCols[] = {
{COL_ICON, -1, " ", -1, 14.0f, 0, {0}, {0}},
{COL_DEMONAME, SORT_DEMONAME, "Demo", 0, 0.0f, 0, {0}, {0}},
{COL_DATE, SORT_DATE, "Date", 1, 150.0f, 0, {0}, {0}},
{COL_ICON, -1, " ", -1, 14.0f, 0, {0}, {0}},
{COL_DEMONAME, SORT_DEMONAME, "Demo", 0, 0.0f, 0, {0}, {0}},
{COL_DATE, SORT_DATE, "Date", 1, 150.0f, 0, {0}, {0}},
};
RenderTools()->DrawUIRect(&Headers, vec4(0.0f,0,0,0.15f), 0, 0);