mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-29 09:28:15 +03:00
Minor indentation style fix in Render.cpp
This used 2-space indentation for one level, as well as }else{ on a
single line.
This commit is contained in:
committed by
Misa Elizabeth Kai
parent
e638544665
commit
82aef30649
@@ -579,7 +579,9 @@ static void menurender(void)
|
|||||||
{
|
{
|
||||||
yofs += 5;
|
yofs += 5;
|
||||||
font::print(PR_CJK_HIGH, 80, yofs, loc::gettext(Credits::translators[i]), tr, tg, tb);
|
font::print(PR_CJK_HIGH, 80, yofs, loc::gettext(Credits::translators[i]), tr, tg, tb);
|
||||||
}else{
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
font::print(PR_FONT_8X8, 80, yofs, Credits::translators[i], tr, tg, tb);
|
font::print(PR_FONT_8X8, 80, yofs, Credits::translators[i], tr, tg, tb);
|
||||||
}
|
}
|
||||||
yofs += 10;
|
yofs += 10;
|
||||||
|
|||||||
Reference in New Issue
Block a user