X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fvideo%2Fdrawing_context.hpp;h=46f6d27bb0934087597bd6c17ddc3a47fc2e3fcd;hb=38105c22495d9439b30221732dd5d7b89f328a0c;hp=abfab22203c4e216b32640847d1565816eb3054b;hpb=d7f25606f0a2bb011c9fcf3eaf4498076f40f503;p=supertux.git diff --git a/src/video/drawing_context.hpp b/src/video/drawing_context.hpp index abfab2220..46f6d27bb 100644 --- a/src/video/drawing_context.hpp +++ b/src/video/drawing_context.hpp @@ -69,7 +69,7 @@ public: /// Draws text on screen center (feed Vector.x with a 0). /// This is the same as draw_text() with a SCREEN_WIDTH/2 position and - /// alignment set to LEFT_ALLIGN + /// alignment set to LEFT_ALIGN void draw_center_text(const Font* font, const std::string& text, const Vector& position, int layer); /// Draws a color gradient onto the whole screen */