UnitTests: Reduce text size from 72 to 36

This commit is contained in:
Lynix
2016-10-13 05:08:40 +02:00
parent 5a3077a3ad
commit 584cb858ef

View File

@@ -11,7 +11,7 @@ class Text
Text(StateContext& context); Text(StateContext& context);
~Text(); ~Text();
void SetContent(const Nz::String& string, unsigned int size = 72); void SetContent(const Nz::String& string, unsigned int size = 36);
void SetVisible(bool shouldBeVisible = true); void SetVisible(bool shouldBeVisible = true);
private: private: