[apps/shared] Fix char array initialization

This commit is contained in:
Émilie Feral
2019-08-16 17:24:04 +02:00
parent f6ddc005b6
commit 05972099fe

View File

@@ -23,6 +23,7 @@ XYBannerView::XYBannerView(
),
m_ordinateView(Font(), 0.5f, 0.5f, TextColor(), BackgroundColor())
{
m_textBody[0] = 0;
}
View * XYBannerView::subviewAtIndex(int index) {