From 9508c30f1211ad918785c32578601dbdf87562cb Mon Sep 17 00:00:00 2001 From: reuk Date: Tue, 27 Feb 2024 17:54:01 +0000 Subject: [PATCH] GraphicsDemo: Fix typo --- examples/GUI/GraphicsDemo.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/GUI/GraphicsDemo.h b/examples/GUI/GraphicsDemo.h index 4a853195a9..c97de5391b 100644 --- a/examples/GUI/GraphicsDemo.h +++ b/examples/GUI/GraphicsDemo.h @@ -458,7 +458,7 @@ public: GlyphsDemo (ControllersComponent& cc) : GraphicsDemoBase (cc, "Glyphs") { - glyphs.addFittedText ({ 20.0f }, "The Quick Brown Fox Jumped Over The Lazy Dog", + glyphs.addFittedText ({ 20.0f }, "The Quick Brown Fox Jumps Over The Lazy Dog", -120, -50, 240, 100, Justification::centred, 2, 1.0f); }