summaryrefslogtreecommitdiff
path: root/src/graphics/text.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/graphics/text.cpp')
-rw-r--r--src/graphics/text.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/graphics/text.cpp b/src/graphics/text.cpp
index 43e8be1..7b135d6 100644
--- a/src/graphics/text.cpp
+++ b/src/graphics/text.cpp
@@ -5,6 +5,7 @@ using namespace Graphics;
template <>
void Text<TextureFont>::arrange(TextureFont &font){
// TODO: this is really awful rendering but works a little bit
+ // Add getLineSpacing + getKerning and so on
unsigned int filledX = 0;
unsigned int row = 0;
unsigned int col = 0;