aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui.cpp')
-rw-r--r--src/ui.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ui.cpp b/src/ui.cpp
index dea2f8e..7af77f0 100644
--- a/src/ui.cpp
+++ b/src/ui.cpp
@@ -793,8 +793,8 @@ void UISystem::putString(const vec2& p, const std::string& s, float wrap)
for (auto c : word) {
switch (c) {
case '\n':
- //offset.y -= FontSystem::getSize() * 1.05f;
- //offset.x = p.x;
+ offset.y -= FontSystem::getSize() * 1.05f;
+ offset.x = p.x;
break;
case '\b':
//offset.x -= add.x;