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
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ class Text
Text(StateContext& context);
~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);
private: