some minor temporary button edits

This commit is contained in:
Dander7BD 2014-02-14 12:20:58 +01:00
parent e6c5f1f6e5
commit c5c0047b5c
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}
}