diff --git a/tests/Engine/Utility/EventHandler/Text.hpp b/tests/Engine/Utility/EventHandler/Text.hpp index 9026c8c41..a804b4baa 100644 --- a/tests/Engine/Utility/EventHandler/Text.hpp +++ b/tests/Engine/Utility/EventHandler/Text.hpp @@ -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: