- more menu cleanup
[supertux.git] / src / text.cpp
index 1403651..58a91b6 100644 (file)
@@ -147,7 +147,7 @@ void text_draw_align(text_type* ptext, const char* text, int x, int y,
           break;
         }
 
-      text_draw(ptext,text,x,y,shadowsize,update);
+      text_draw(ptext, text, x, y, shadowsize, update);
     }
 }