From c5c0047b5c80a6240209ccb37474de018885a2be Mon Sep 17 00:00:00 2001 From: Dander7BD Date: Fri, 14 Feb 2014 12:20:58 +0100 Subject: [PATCH] some minor temporary button edits --- Code/Game/DanBiasGame/GameClientState/Buttons/EventButtonGUI.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Code/Game/DanBiasGame/GameClientState/Buttons/EventButtonGUI.h b/Code/Game/DanBiasGame/GameClientState/Buttons/EventButtonGUI.h index 554365ea..d4981c23 100644 --- a/Code/Game/DanBiasGame/GameClientState/Buttons/EventButtonGUI.h +++ b/Code/Game/DanBiasGame/GameClientState/Buttons/EventButtonGUI.h @@ -104,7 +104,7 @@ namespace DanBias { if(buttonText.size() > 0) { - Oyster::Graphics::API::RenderText(buttonText, pos, size, size.y, textColor); + Oyster::Graphics::API::RenderText(buttonText, pos - Float3(size.x * 0.5f, size.y * 0.25f, 0.0f), size*2.0f, size.y * 0.5f, textColor); } }