Improved layout of statistics displaying.
[supertux.git] / src / gameobjs.cpp
index 39d4eb6..4ede2c7 100644 (file)
@@ -133,7 +133,7 @@ FloatingScore::action(float elapsed_time)
 void
 FloatingScore::draw(DrawingContext& context)
 {
-  context.draw_text(gold_text, str, position, LAYER_OBJECTS);
+  context.draw_text(gold_text, str, position, LEFT_ALLIGN, LAYER_OBJECTS);
 }
 
 /* Trampoline */