From 584cb858efd48854f7769b2fa308af4a0d979cef Mon Sep 17 00:00:00 2001 From: Lynix Date: Thu, 13 Oct 2016 05:08:40 +0200 Subject: [PATCH] UnitTests: Reduce text size from 72 to 36 --- tests/Engine/Utility/EventHandler/Text.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: