summaryrefslogtreecommitdiffstats
path: root/src/ui/key.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/key.cpp')
-rw-r--r--src/ui/key.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/key.cpp b/src/ui/key.cpp
index b38b2f4..ea1b964 100644
--- a/src/ui/key.cpp
+++ b/src/ui/key.cpp
@@ -215,7 +215,7 @@ void CKey::Draw()
pos.x = m_pos.x + (214.0f / 640.0f);
pos.y = m_pos.y + m_dim.y * 0.5f;
pos.y -= h;
- m_engine->GetText()->DrawText(std::string(m_name), m_fontType, m_fontSize, pos, m_dim.x, Gfx::TEXT_ALIGN_RIGHT, 0);
+ m_engine->GetText()->DrawText(std::string(m_name), m_fontType, m_fontSize, pos, m_dim.x, Gfx::TEXT_ALIGN_LEFT, 0);
}