From 59e48ea3de9e8ca1a066a50e1a4975acc26a46d3 Mon Sep 17 00:00:00 2001 From: Chuck Walbourn Date: Sat, 8 Aug 2015 00:32:37 -0700 Subject: [PATCH] Updated Drawing text (markdown) --- Drawing-text.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Drawing-text.md b/Drawing-text.md index e24ac85..b64f3de 100644 --- a/Drawing-text.md +++ b/Drawing-text.md @@ -160,7 +160,7 @@ In **Game.cpp**, modify the TODO section of **Render** to be: m_spriteBatch->End(); -Build and run to see our text string centered in the middle of the rendering window but with a drop-shadow. +Build and run to see our text string centered in the middle of the rendering window but with an outline. **Next lesson:** [[Simple rendering]]