mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-18 16:27:34 +01:00
[apps/shared] Fix char array initialization
This commit is contained in:
@@ -23,6 +23,7 @@ XYBannerView::XYBannerView(
|
||||
),
|
||||
m_ordinateView(Font(), 0.5f, 0.5f, TextColor(), BackgroundColor())
|
||||
{
|
||||
m_textBody[0] = 0;
|
||||
}
|
||||
|
||||
View * XYBannerView::subviewAtIndex(int index) {
|
||||
|
||||
Reference in New Issue
Block a user