Updated Drawing text (markdown)

Chuck Walbourn 2015-08-08 00:32:37 -07:00
Родитель 3d039a4027
Коммит 59e48ea3de
1 изменённых файлов: 1 добавлений и 1 удалений

@ -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]]